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 80507b0 commit fdb191bCopy full SHA for fdb191b
build.sbt
@@ -3,7 +3,7 @@ name := "compiler-benchmark"
3
version := "1.0-SNAPSHOT"
4
5
def scala212 = "2.12.8"
6
-def dottyLatest = "0.21.0-RC1"
+def dottyLatest = "0.22.0-RC1"
7
scalaVersion in ThisBuild := scala212
8
val JmhConfig = config("jmh")
9
project/plugins.sbt
@@ -5,4 +5,4 @@ logLevel := Level.Warn
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.7")
// sbt-dotty plugin - to support `scalaVersion := "0.x"`
-addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.3.4")
+addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.0")
0 commit comments