Skip to content

Commit

Permalink
2.0.0-alpha11-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Jun 16, 2024
1 parent e6db18f commit 3711d90
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 @@ -11,7 +11,7 @@ import scala.util.Try
// ThisBuild settings take lower precedence,
// but can be shared across the multi projects.
ThisBuild / version := {
val v = "2.0.0-alpha10-SNAPSHOT"
val v = "2.0.0-alpha11-SNAPSHOT"
nightlyVersion.getOrElse(v)
}
ThisBuild / version2_13 := "2.0.0-alpha10-SNAPSHOT"
Expand Down

0 comments on commit 3711d90

Please sign in to comment.