File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,7 @@ Global / publishTo := sonatypePublishToBundle.value
193
193
194
194
// https://github.com/xerial/sbt-sonatype#using-with-sbt-release-plugin
195
195
releaseCrossBuild := true
196
+ releaseVersionBump := sbtrelease.Version .Bump .NextStable // Required since 1.4.0
196
197
releaseProcess := Seq [ReleaseStep ](
197
198
checkSnapshotDependencies,
198
199
inquireVersions,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
8
8
addSbtPlugin(" ch.epfl.scala" % " sbt-version-policy" % " 3.2.1" )
9
9
10
10
// Release
11
- addSbtPlugin(" com.github.gseitz " % " sbt-release" % " 1.0.13 " )
11
+ addSbtPlugin(" com.github.sbt " % " sbt-release" % " 1.4.0 " )
12
12
13
13
// Publishing
14
14
addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.12.2" )
You can’t perform that action at this time.
0 commit comments