We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a21c3d commit 38b0674Copy full SHA for 38b0674
project/Build.scala
@@ -725,7 +725,7 @@ object Build {
725
libraryDependencies ++= Seq(
726
"com.typesafe.sbt" % "sbt-interface" % sbtVersion.value,
727
"org.scala-sbt" % "api" % sbtVersion.value % "test",
728
- ("org.specs2" %% "specs2" % "2.3.11" % "test").withDottyCompat()
+ ("org.specs2" %% "specs2-core" % "3.9.1" % "test").withDottyCompat()
729
),
730
// The sources should be published with crossPaths := false since they
731
// need to be compiled by the project using the bridge.
0 commit comments