Skip to content

Commit c09aa77

Browse files
authored
Merge pull request #173 from SethTisue/scala-2.13.0-M2
support Scala 2.13.0-M2
2 parents c5e701a + a0a0496 commit c09aa77

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ scalaModuleSettings
44

55
scalaVersionsByJvm in ThisBuild := {
66
val v211 = "2.11.11"
7-
val v212 = "2.12.2"
8-
val v213 = "2.13.0-M1"
7+
val v212 = "2.12.3"
8+
val v213 = "2.13.0-M2"
99

1010
Map(
1111
6 -> List(v211 -> true),

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.15
1+
sbt.version=0.13.16

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("org.scala-lang.modules" % "scala-module-plugin" % "1.0.8")
1+
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.12")

0 commit comments

Comments
 (0)