Skip to content

Commit

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

Update specs2-core to 4.20.8 in series/0.x
  • Loading branch information
sh0hei authored Jul 5, 2024
2 parents 7aaa832 + caba8e8 commit cb03bad
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.7").cross(CrossVersion.for3Use2_13),
libraryDependencies += ("org.specs2" %% "specs2-core" % "4.20.8").cross(CrossVersion.for3Use2_13),

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

0 comments on commit cb03bad

Please sign in to comment.