File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
- test: Fix test workflow to use ` sbt/setup-sbt ` action
13
13
- test: Replace deprecated ` ::set-output `
14
+ - test: Update sbt-release plugin
14
15
15
16
## [ v1.0.1]
16
17
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ Global / publishTo := sonatypePublishToBundle.value
51
51
52
52
// https://github.com/xerial/sbt-sonatype#using-with-sbt-release-plugin
53
53
releaseCrossBuild := true
54
+ releaseVersionBump := sbtrelease.Version .Bump .NextStable // Required since 1.4.0
54
55
releaseProcess := Seq [ReleaseStep ](
55
56
checkSnapshotDependencies,
56
57
inquireVersions,
Original file line number Diff line number Diff line change 2
2
addSbtPlugin(" com.eed3si9n" % " sbt-projectmatrix" % " 0.10.1" )
3
3
4
4
// Release
5
- addSbtPlugin(" com.github.gseitz " % " sbt-release" % " 1.0.13 " )
5
+ addSbtPlugin(" com.github.sbt " % " sbt-release" % " 1.4.0 " )
6
6
7
7
// Publishing
8
8
addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.12.2" )
You can’t perform that action at this time.
0 commit comments