Skip to content

Commit

Permalink
Increment scala compiler to 2.12.3 and 2.13.0-M2
Browse files Browse the repository at this point in the history
  • Loading branch information
ashawley committed Oct 5, 2017
1 parent b67695e commit e176d3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import ScalaModulePlugin._

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),
7 -> List(v211 -> false),
Expand Down

0 comments on commit e176d3e

Please sign in to comment.