Skip to content

Commit

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

Update specs2-core to 4.20.3 in series/0.x
  • Loading branch information
sh0hei authored Nov 6, 2023
2 parents efdf2ff + 6540b47 commit a7b316d
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.2").cross(CrossVersion.for3Use2_13),
libraryDependencies += ("org.specs2" %% "specs2-core" % "4.20.3").cross(CrossVersion.for3Use2_13),

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

0 comments on commit a7b316d

Please sign in to comment.