Skip to content

Commit

Permalink
Merge pull request #596 from typelevel/update/series/0.x/specs2-core-…
Browse files Browse the repository at this point in the history
…4.20.9

Update specs2-core to 4.20.9 in series/0.x
  • Loading branch information
sh0hei authored Oct 21, 2024
2 parents 1b2bae0 + f366b6d commit 590633a
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.8").cross(CrossVersion.for3Use2_13),
libraryDependencies += ("org.specs2" %% "specs2-core" % "4.20.9").cross(CrossVersion.for3Use2_13),

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

0 comments on commit 590633a

Please sign in to comment.