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 b947272 + ab9eac5 commit 93d6947Copy full SHA for 93d6947
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.6").cross(CrossVersion.for3Use2_13),
+ libraryDependencies += ("org.specs2" %% "specs2-core" % "4.20.7").cross(CrossVersion.for3Use2_13),
50
51
mimaPreviousArtifacts := {
52
if (isDotty.value)
0 commit comments