We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7aaa832 + caba8e8 commit cb03badCopy full SHA for cb03bad
build.sbt
@@ -46,7 +46,7 @@ lazy val specs2 = project
46
.settings(
47
name := "cats-effect-testing-specs2",
48
49
- libraryDependencies += ("org.specs2" %% "specs2-core" % "4.20.7").cross(CrossVersion.for3Use2_13),
+ libraryDependencies += ("org.specs2" %% "specs2-core" % "4.20.8").cross(CrossVersion.for3Use2_13),
50
51
mimaPreviousArtifacts := {
52
if (isDotty.value)
0 commit comments