Skip to content

Commit

Permalink
=pro akka#21867 update scala-stm dependency for akka-agent, scala 2.12 (
Browse files Browse the repository at this point in the history
  • Loading branch information
ktoso authored Nov 21, 2016
1 parent e101fe1 commit a67b016
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 @@ -19,7 +19,7 @@ object Dependencies {
val Versions = Seq(
crossScalaVersions := Seq("2.11.8"), // "2.12.0"
scalaVersion := crossScalaVersions.value.head,
scalaStmVersion := sys.props.get("akka.build.scalaStmVersion").getOrElse("0.7"),
scalaStmVersion := sys.props.get("akka.build.scalaStmVersion").getOrElse("0.8"),
scalaCheckVersion := sys.props.get("akka.build.scalaCheckVersion").getOrElse(
if (scalaVersion.value.startsWith("2.12")) "1.13.4" // does not work for 2.11
else "1.13.2"
Expand Down

0 comments on commit a67b016

Please sign in to comment.