We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 107ffea commit 51e112fCopy full SHA for 51e112f
build.sbt
@@ -2,7 +2,7 @@
2
val dottyVersion = "3.1.1"
3
//val dottyVersion = dottyLatestNightlyBuild.get
4
5
-ThisBuild/version := "3.0.0"
+ThisBuild/version := "3.0.1-SNAPSHOT"
6
ThisBuild/versionScheme := Some("semver-spec")
7
8
val sharedSettings = Seq(
0 commit comments