Skip to content

Commit

Permalink
Merge pull request #2655 from akka/scala2.12.9
Browse files Browse the repository at this point in the history
Update Scala to 2.12.9
  • Loading branch information
jrudolph authored Aug 27, 2019
2 parents 0463975 + 88a79f8 commit b2a89c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object Dependencies {
val Scala213 = "2.13.0"

val Versions = Seq(
crossScalaVersions := Seq("2.12.8", "2.11.12", Scala213),
crossScalaVersions := Seq("2.12.9", "2.11.12", Scala213),
scalaVersion := crossScalaVersions.value.head,
scalaCheckVersion := System.getProperty("akka.build.scalaCheckVersion", "1.14.0"),
scalaTestVersion := "3.0.8",
Expand Down

0 comments on commit b2a89c3

Please sign in to comment.