Skip to content

Commit ba44fae

Browse files
committed
Bump scalac and dotc versions
1 parent 000650e commit ba44fae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name := "compiler-benchmark"
22

33
version := "1.0-SNAPSHOT"
44

5-
def scala212 = "2.12.11"
6-
def dottyLatest = "0.22.0-RC1"
5+
def scala212 = "2.12.12"
6+
def dottyLatest = "0.25.0"
77
scalaVersion in ThisBuild := scala212
88
val JmhConfig = config("jmh")
99

0 commit comments

Comments
 (0)