Skip to content

Commit

Permalink
support Scala 2.13.0-M2
Browse files Browse the repository at this point in the history
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
  • Loading branch information
SethTisue committed Aug 6, 2017
1 parent c5e701a commit 59db5fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ scalaModuleSettings

scalaVersionsByJvm in ThisBuild := {
val v211 = "2.11.11"
val v212 = "2.12.2"
val v213 = "2.13.0-M1"
val v212 = "2.12.3"
val v213 = "2.13.0-M2"

Map(
6 -> List(v211 -> true),
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.15
sbt.version=0.13.16
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("org.scala-lang.modules" % "scala-module-plugin" % "1.0.8")
addSbtPlugin("org.scala-lang.modules" % "scala-module-plugin" % "1.0.12")

0 comments on commit 59db5fa

Please sign in to comment.