Skip to content

Commit e5eb994

Browse files
authored
Merge pull request #39 from SethTisue/scala-2.13.0-M3
upgrade Scala (to 2.13.0-M3) and sbt (to 0.13.17)
2 parents 0adfc5a + d3d88fc commit e5eb994

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

+1-1
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

+1-1
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)