Skip to content

Commit 712b496

Browse files
authored
Merge pull request #250 from mkurz/correct-snapshot
Correct snapshot version
2 parents 0c42650 + 3f21459 commit 712b496

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
id: dependency-submission
8686
with:
8787
working-directory: sbt-plugin
88-
sbt-plugin-version: 3.1.0-SNAPSHOT
88+
sbt-plugin-version: 3.2.0-SNAPSHOT
8989
- name: Check outputs
9090
run: |
9191
echo ${{ steps.dependency-submission.outputs.submission-id }}

sbt-plugin/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ inThisBuild(
1313
developers := Developers.all,
1414
version ~= { dynVer =>
1515
if (isRelease) dynVer
16-
else "3.1.0-SNAPSHOT" // only for local publishing
16+
else "3.2.0-SNAPSHOT" // only for local publishing
1717
},
1818
// Scalafix settings
1919
semanticdbEnabled := true,

0 commit comments

Comments
 (0)