Skip to content

Commit

Permalink
updates scala versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroli committed Oct 1, 2019
1 parent b572136 commit 8b11ec6
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.13.0" :: "2.12.9" :: "2.11.12" :: "2.10.7" :: Nil
lazy val scalaVersions = "2.13.1" :: "2.12.10" :: "2.11.12" :: "2.10.7" :: Nil
lazy val guavaVersion = "[15.0,24.0)"
lazy val akkaVersion = "[2.3.0,2.6.0)"
lazy val nettyVersion = "[4.0.0,4.2.0)"
Expand Down

0 comments on commit 8b11ec6

Please sign in to comment.