Skip to content

Commit

Permalink
Merge pull request #173 from SethTisue/scala-2.13.0-M2
Browse files Browse the repository at this point in the history
support Scala 2.13.0-M2
  • Loading branch information
SethTisue authored Aug 6, 2017
2 parents c5e701a + a0a0496 commit c09aa77
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" % "sbt-scala-module" % "1.0.12")

0 comments on commit c09aa77

Please sign in to comment.