Skip to content

Commit d3d88fc

Browse files
committed
upgrade Scala (to 2.13.0-M3) and sbt (to 0.13.17)
the main thing here is the Scala bump, sbt is just gravy
1 parent 0adfc5a commit d3d88fc

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 @@ import ScalaModulePlugin._
33
version in ThisBuild := "0.1.3-SNAPSHOT"
44

55
scalaVersionsByJvm in ThisBuild := {
6-
val v213 = "2.13.0-M2"
6+
val v213 = "2.13.0-M3"
77
Map(
88
8 -> List(v213 -> true),
99
9 -> List(v213 -> false))

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.16
1+
sbt.version=0.13.17

0 commit comments

Comments
 (0)