Skip to content

Commit

Permalink
Update specs2-core to 4.20.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 23, 2024
1 parent 16eef78 commit dc47cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ libraryDependencies := {
case Some((3, _)) =>
libraryDependencies.value ++ Seq("org.specs2" %% "specs2-core" % "5.0.7" % "test")
case Some((2, scalaMajor)) if scalaMajor >= 11 =>
libraryDependencies.value ++ Seq("org.specs2" %% "specs2-core" % "4.10.6" % "test")
libraryDependencies.value ++ Seq("org.specs2" %% "specs2-core" % "4.20.8" % "test")
case _ =>
libraryDependencies.value ++ Seq("org.specs2" %% "specs2-core" % "3.10.0" % "test")
}
Expand Down

0 comments on commit dc47cbf

Please sign in to comment.