diff --git a/build.sbt b/build.sbt index fc8b174..f4e4569 100644 --- a/build.sbt +++ b/build.sbt @@ -193,6 +193,7 @@ Global / publishTo := sonatypePublishToBundle.value // https://github.com/xerial/sbt-sonatype#using-with-sbt-release-plugin releaseCrossBuild := true +releaseVersionBump := sbtrelease.Version.Bump.NextStable // Required since 1.4.0 releaseProcess := Seq[ReleaseStep]( checkSnapshotDependencies, inquireVersions, diff --git a/project/plugins.sbt b/project/plugins.sbt index 17ae485..6aaab6b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,7 +8,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1") // Release -addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13") +addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") // Publishing addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")