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 82eb3c0 commit cf3d332Copy full SHA for cf3d332
project/Dependencies.scala
@@ -7,7 +7,7 @@ object Dependencies {
7
val specs2CatsEffect = "org.typelevel" %% "cats-effect-testing-specs2" % "1.5.0"
8
val catsCore = "org.typelevel" %% "cats-core" % "2.12.0"
9
val catsLaws = "org.typelevel" %% "cats-core" % catsCore.revision
10
- val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.4"
+ val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.5"
11
val catsEffectLaws = "org.typelevel" %% "cats-effect-laws" % catsEffect.revision
12
val fs2 = "co.fs2" %% "fs2-core" % "3.11.0"
13
val dwollaFs2Utils = "com.dwolla" %% "fs2-utils" % "3.0.0-RC2"
0 commit comments