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 46f17bc commit 7889d2dCopy full SHA for 7889d2d
build.sbt
@@ -2,7 +2,7 @@ name := "compiler-benchmark"
2
3
version := "1.0-SNAPSHOT"
4
5
-def scala212 = "2.12.8"
+def scala212 = "2.12.11"
6
def dottyLatest = "0.22.0-RC1"
7
scalaVersion in ThisBuild := scala212
8
val JmhConfig = config("jmh")
project/build.properties
@@ -1,2 +1,2 @@
1
-sbt.version=1.3.7
+sbt.version=1.3.10
0 commit comments