Skip to content

Commit

Permalink
Update specs2-core to 5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 13, 2024
1 parent ad4bd31 commit 5024224
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 @@ -33,7 +33,7 @@ libraryDependencies += "org.yaml" % "snakeyaml" % "2.2"
libraryDependencies := {
CrossVersion.partialVersion(scalaVersion.value) match {
case Some((3, _)) =>
libraryDependencies.value ++ Seq("org.specs2" %% "specs2-core" % "5.0.7" % "test")
libraryDependencies.value ++ Seq("org.specs2" %% "specs2-core" % "5.4.2" % "test")
case Some((2, scalaMajor)) if scalaMajor >= 11 =>
libraryDependencies.value ++ Seq("org.specs2" %% "specs2-core" % "4.10.6" % "test")
case _ =>
Expand Down

0 comments on commit 5024224

Please sign in to comment.