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 3ebafcb commit d672accCopy full SHA for d672acc
build.sbt
@@ -573,7 +573,7 @@ lazy val scala_libraries_fp = (project in file("scala-libraries-fp"))
573
"org.http4s" %% "http4s-blaze-server" % http4sBlaze,
574
"org.http4s" %% "http4s-blaze-client" % http4sBlaze,
575
catEffectTest,
576
- "org.typelevel" %% "cats-effect-testing-scalatest" % "1.6.0" % Test,
+ "org.typelevel" %% "cats-effect-testing-scalatest" % "1.7.0" % Test,
577
"org.scalaz" %% "scalaz-core" % scalazVersion,
578
"junit" % "junit" % "4.13.2" % Test,
579
"org.typelevel" %% "spire" % spireVersion
0 commit comments