We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b14034 commit 6313814Copy full SHA for 6313814
build.sbt
@@ -3,7 +3,7 @@ val dottyVersion = "3.1.1"
3
//val dottyVersion = "3.1.3-RC1-bin-SNAPSHOT"
4
//val dottyVersion = dottyLatestNightlyBuild.get
5
6
-ThisBuild/version := "3.0.2-SNAPSHOT"
+ThisBuild/version := "3.0.2"
7
ThisBuild/versionScheme := Some("semver-spec")
8
9
val sharedSettings = Seq(
0 commit comments