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 9b02e36 + 239e728 commit a06b642Copy full SHA for a06b642
build.sbt
@@ -559,7 +559,7 @@ lazy val scala_libraries_fp = (project in file("scala-libraries-fp"))
559
"org.http4s" %% "http4s-blaze-server" % http4sBlaze,
560
"org.http4s" %% "http4s-blaze-client" % http4sBlaze,
561
catEffectTest,
562
- "org.typelevel" %% "cats-effect-testing-scalatest" % "1.5.0" % Test,
+ "org.typelevel" %% "cats-effect-testing-scalatest" % "1.6.0" % Test,
563
"org.scalaz" %% "scalaz-core" % scalazVersion,
564
"junit" % "junit" % "4.13.2" % Test,
565
"org.typelevel" %% "spire" % spireVersion
0 commit comments