Skip to content

Commit fdb191b

Browse files
committed
Update Dotty and sbt-dotty versions
1 parent 80507b0 commit fdb191b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name := "compiler-benchmark"
33
version := "1.0-SNAPSHOT"
44

55
def scala212 = "2.12.8"
6-
def dottyLatest = "0.21.0-RC1"
6+
def dottyLatest = "0.22.0-RC1"
77
scalaVersion in ThisBuild := scala212
88
val JmhConfig = config("jmh")
99

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ logLevel := Level.Warn
55
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.7")
66

77
// sbt-dotty plugin - to support `scalaVersion := "0.x"`
8-
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.3.4")
8+
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.0")

0 commit comments

Comments
 (0)