We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c42650 + 3f21459 commit 712b496Copy full SHA for 712b496
.github/workflows/ci.yml
@@ -85,7 +85,7 @@ jobs:
85
id: dependency-submission
86
with:
87
working-directory: sbt-plugin
88
- sbt-plugin-version: 3.1.0-SNAPSHOT
+ sbt-plugin-version: 3.2.0-SNAPSHOT
89
- name: Check outputs
90
run: |
91
echo ${{ steps.dependency-submission.outputs.submission-id }}
sbt-plugin/build.sbt
@@ -13,7 +13,7 @@ inThisBuild(
13
developers := Developers.all,
14
version ~= { dynVer =>
15
if (isRelease) dynVer
16
- else "3.1.0-SNAPSHOT" // only for local publishing
+ else "3.2.0-SNAPSHOT" // only for local publishing
17
},
18
// Scalafix settings
19
semanticdbEnabled := true,
0 commit comments