Skip to content

Commit

Permalink
standardise on specs 4.20 (apache#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Dec 1, 2023
1 parent 560c09d commit 90b691a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,7 @@ object Dependencies {
object Test {
val sprayJson = Compile.sprayJson % "test"
val junit = Compile.junit % "test"
val specs2 = {
val specs2 = "org.specs2" %% "specs2-core"
ScalaVersionDependentModuleID.versioned {
case v if v.startsWith("2.") => specs2 % "4.10.6"
case _ => specs2 % "4.15.0"
}
}
val specs2 = "org.specs2" %% "specs2-core" % "4.20.3"

val scalacheck = "org.scalacheck" %% "scalacheck" % scalaCheckVersion % "test"
val junitIntf = "com.github.sbt" % "junit-interface" % "0.13.3" % "test"
Expand Down

0 comments on commit 90b691a

Please sign in to comment.