Skip to content

Commit 7889d2d

Browse files
committed
Bump Scala and SBT version
1 parent 46f17bc commit 7889d2d

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
@@ -2,7 +2,7 @@ name := "compiler-benchmark"
22

33
version := "1.0-SNAPSHOT"
44

5-
def scala212 = "2.12.8"
5+
def scala212 = "2.12.11"
66
def dottyLatest = "0.22.0-RC1"
77
scalaVersion in ThisBuild := scala212
88
val JmhConfig = config("jmh")

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sbt.version=1.3.7
1+
sbt.version=1.3.10
22

0 commit comments

Comments
 (0)