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 3, 2024
1 parent b977f26 commit 12605bd
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 @@ -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
}
}
Expand Down

0 comments on commit 12605bd

Please # to comment.