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 d67ddcf + 6836f57 commit 286098aCopy full SHA for 286098a
build.sbt
@@ -43,7 +43,7 @@ lazy val core = project.in(file("core"))
43
"com.comcast" %% "ip4s-core" % "3.0.3",
44
"co.fs2" %% "fs2-core" % Fs2Version,
45
46
- "org.typelevel" %% "cats-effect-testing-specs2" % "1.1.1" % Test))
+ "org.typelevel" %% "cats-effect-testing-specs2" % "1.2.0" % Test))
47
48
lazy val benchmarks = project.in(file("benchmarks"))
49
.dependsOn(core)
0 commit comments