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 000650e commit ba44faeCopy full SHA for ba44fae
build.sbt
@@ -2,8 +2,8 @@ name := "compiler-benchmark"
2
3
version := "1.0-SNAPSHOT"
4
5
-def scala212 = "2.12.11"
6
-def dottyLatest = "0.22.0-RC1"
+def scala212 = "2.12.12"
+def dottyLatest = "0.25.0"
7
scalaVersion in ThisBuild := scala212
8
val JmhConfig = config("jmh")
9
0 commit comments