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 570497b commit b29e9d2Copy full SHA for b29e9d2
project/Build.scala
@@ -56,7 +56,7 @@ object Build {
56
57
val sbtDottyName = "sbt-dotty"
58
val sbtDottyVersion = {
59
- val base = "0.2.3"
+ val base = "0.2.4"
60
if (isRelease) base else base + "-SNAPSHOT"
61
}
62
0 commit comments