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 8bb1a81 commit 736caecCopy full SHA for 736caec
project/Deps.scala
@@ -8,7 +8,7 @@ object Deps {
8
9
val cats = new {
10
val core = s("org.typelevel" %%% "cats-core" % "2.12.0")
11
- val effect = s("org.typelevel" %%% "cats-effect" % "3.5.5")
+ val effect = s("org.typelevel" %%% "cats-effect" % "3.5.6")
12
val alley = s("org.typelevel" %%% "alleycats-core" % "2.12.0")
13
}
14
0 commit comments