We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 680e8a1 + 0dc19a9 commit 3521714Copy full SHA for 3521714
build.sbt
@@ -69,7 +69,7 @@ lazy val specs2 = crossProject(JSPlatform, JVMPlatform)
69
.settings(
70
name := "cats-effect-testing-specs2",
71
72
- libraryDependencies += "org.specs2" %% "specs2-core" % "4.10.6")
+ libraryDependencies += "org.specs2" %% "specs2-core" % "4.11.0")
73
.settings(dottyLibrarySettings)
74
75
lazy val scalatest = crossProject(JSPlatform, JVMPlatform)
0 commit comments