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.
1 parent 286098a commit 698105cCopy full SHA for 698105c
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.2.0" % Test))
+ "org.typelevel" %% "cats-effect-testing-specs2" % "1.3.0" % Test))
47
48
lazy val benchmarks = project.in(file("benchmarks"))
49
.dependsOn(core)
0 commit comments