Skip to content

Commit

Permalink
switched to scala 2.12 as default
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroli committed Nov 8, 2016
1 parent 2f226a3 commit 57e9450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import ReleaseTransformations._

lazy val scalaVersions = "2.11.8" :: "2.10.6" :: "2.12.0" :: Nil
lazy val scalaVersions = "2.12.0" :: "2.11.8" :: "2.10.6" :: Nil
lazy val guavaVersion = "[15.0,21.0["
lazy val akkaVersion = "[2.3.0,2.5.0["
lazy val nettyVersion = "[4.0.0,4.2.0["
Expand Down

0 comments on commit 57e9450

Please sign in to comment.