Bump to 2.0.0-SNAPSHOT

This commit is contained in:
Adrien Piquerez 2024-10-08 14:06:00 +02:00
parent 713471bcc1
commit f778eafb1a
1 changed files with 2 additions and 2 deletions

View File

@ -11,10 +11,10 @@ import scala.util.Try
// ThisBuild settings take lower precedence,
// but can be shared across the multi projects.
ThisBuild / version := {
val v = "2.0.0-alpha12-SNAPSHOT"
val v = "2.0.0-SNAPSHOT"
nightlyVersion.getOrElse(v)
}
ThisBuild / version2_13 := "2.0.0-alpha10-SNAPSHOT"
ThisBuild / version2_13 := "2.0.0-SNAPSHOT"
ThisBuild / versionScheme := Some("early-semver")
ThisBuild / scalafmtOnCompile := !(Global / insideCI).value
ThisBuild / Test / scalafmtOnCompile := !(Global / insideCI).value