Skip to content

Commit a0a0496

Browse files
committed
support Scala 2.13.0-M2
and also move from 2.12.2 -> 2.12.3, just because and sbt 0.13.15 -> 0.13.16, also just because and scala-sbt-module 1.0.8 -> 1.0.12, because guess why
1 parent c5e701a commit a0a0496

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎build.sbt‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ scalaModuleSettings
44

55
scalaVersionsByJvm in ThisBuild:={
66
valv211="2.11.11"
7-
valv212="2.12.2"
8-
valv213="2.13.0-M1"
7+
valv212="2.12.3"
8+
valv213="2.13.0-M2"
99

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

‎project/build.properties‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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)