Skip to content

Commit

Permalink
Update specs2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmulder committed Aug 9, 2017
1 parent 8a21c3d commit 38b0674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Expand Up @@ -725,7 +725,7 @@ object Build {
libraryDependencies ++= Seq(
"com.typesafe.sbt" % "sbt-interface" % sbtVersion.value,
"org.scala-sbt" % "api" % sbtVersion.value % "test",
("org.specs2" %% "specs2" % "2.3.11" % "test").withDottyCompat()
("org.specs2" %% "specs2-core" % "3.9.1" % "test").withDottyCompat()
),
// The sources should be published with crossPaths := false since they
// need to be compiled by the project using the bridge.
Expand Down

0 comments on commit 38b0674

Please sign in to comment.