Skip to content

Commit

Permalink
Update specs2-core to 4.20.7 in series/0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Jun 12, 2024
1 parent b947272 commit ab9eac5
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 @@ -46,7 +46,7 @@ lazy val specs2 = project
.settings(
name := "cats-effect-testing-specs2",

libraryDependencies += ("org.specs2" %% "specs2-core" % "4.20.6").cross(CrossVersion.for3Use2_13),
libraryDependencies += ("org.specs2" %% "specs2-core" % "4.20.7").cross(CrossVersion.for3Use2_13),

mimaPreviousArtifacts := {
if (isDotty.value)
Expand Down

0 comments on commit ab9eac5

Please sign in to comment.