Skip to content

Commit

Permalink
Merge pull request scala#123 from gourlaysama/bump-scala-version
Browse files Browse the repository at this point in the history
Move to scala 2.12.3 & 2.13.0-M2
  • Loading branch information
gourlaysama authored Jul 28, 2017
2 parents ecb0d4e + dc35849 commit 615b70f
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),
Expand Down

0 comments on commit 615b70f

Please sign in to comment.