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.
1 parent 1ea2a9a commit 0d6e891Copy full SHA for 0d6e891
build.sbt
@@ -10,7 +10,7 @@ ThisBuild / homepage := Some(url("https://github.com/sbt/sbt-pom-reader"))
10
ThisBuild / dynverSonatypeSnapshots := true
11
ThisBuild / version := {
12
val orig = (ThisBuild / version).value
13
- if (orig.endsWith("-SNAPSHOT")) "2.2.0-SNAPSHOT"
+ if (orig.endsWith("-SNAPSHOT")) "2.5.0-SNAPSHOT"
14
else orig
15
}
16
ThisBuild / scalaVersion := scala212
0 commit comments