Skip to content

Commit

Permalink
updates scala versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroli committed Mar 31, 2021
1 parent f4ea160 commit 0ece749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -16,7 +16,7 @@

import ReleaseTransformations._

lazy val scalaVersions = "2.13.3" :: "2.12.12" :: "2.11.12" :: "2.10.7" :: "3.0.0-RC1" :: Nil
lazy val scalaVersions = "2.13.5" :: "2.12.13" :: "2.11.12" :: "2.10.7" :: "3.0.0-RC2" :: Nil

lazy val guavaDependencies = Seq(
"com.google.guava" % "guava" % "[15.0,24.0)",
Expand Down

0 comments on commit 0ece749

Please sign in to comment.