Skip to content

Commit

Permalink
2.5.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed May 17, 2023
1 parent 1ea2a9a commit 0d6e891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ThisBuild / homepage := Some(url("https://github.com/sbt/sbt-pom-reader"))
ThisBuild / dynverSonatypeSnapshots := true
ThisBuild / version := {
val orig = (ThisBuild / version).value
if (orig.endsWith("-SNAPSHOT")) "2.2.0-SNAPSHOT"
if (orig.endsWith("-SNAPSHOT")) "2.5.0-SNAPSHOT"
else orig
}
ThisBuild / scalaVersion := scala212
Expand Down

0 comments on commit 0d6e891

Please sign in to comment.