Skip to content

Commit

Permalink
=pro build against 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudolph committed Dec 22, 2016
1 parent 6cad499 commit 8c76653
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 @@ -16,7 +16,7 @@ object Dependencies {
lazy val java8CompatVersion = settingKey[String]("The version of scala-java8-compat to use.")

val Versions = Seq(
crossScalaVersions := Seq("2.11.8", "2.12.0"),
crossScalaVersions := Seq("2.11.8", "2.12.1"),
scalaVersion := crossScalaVersions.value.head,
scalaCheckVersion := sys.props.get("akka.build.scalaCheckVersion").getOrElse("1.13.4"),
scalaTestVersion := "3.0.0",
Expand Down

0 comments on commit 8c76653

Please sign in to comment.