Skip to content

Commit 38b0674

Browse files
committed
Update specs2 version
1 parent 8a21c3d commit 38b0674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ object Build {
725725
libraryDependencies ++= Seq(
726726
"com.typesafe.sbt" % "sbt-interface" % sbtVersion.value,
727727
"org.scala-sbt" % "api" % sbtVersion.value % "test",
728-
("org.specs2" %% "specs2" % "2.3.11" % "test").withDottyCompat()
728+
("org.specs2" %% "specs2-core" % "3.9.1" % "test").withDottyCompat()
729729
),
730730
// The sources should be published with crossPaths := false since they
731731
// need to be compiled by the project using the bridge.

0 commit comments

Comments
 (0)