Skip to content

Commit

Permalink
Bump snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
adpi2 committed Jul 8, 2024
1 parent 1ed6a46 commit 71e9cf3
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
@@ -43,7 +43,7 @@ ThisBuild / version := {
nightlyVersion match {
case Some(v) => v
case _ =>
if ((ThisBuild / isSnapshot).value) "2.0.0-alpha12-SNAPSHOT"
if ((ThisBuild / isSnapshot).value) "2.0.0-alpha15-SNAPSHOT"
else old
}
}

0 comments on commit 71e9cf3

Please # to comment.