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 965a2c0 commit a821035Copy full SHA for a821035
project/Build.scala
@@ -56,7 +56,7 @@ object Build {
56
57
val sbtDottyName = "sbt-dotty"
58
val sbtDottyVersion = {
59
- val base = "0.2.5"
+ val base = "0.2.6"
60
if (isRelease) base else base + "-SNAPSHOT"
61
}
62
0 commit comments