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 736caec commit c38962eCopy full SHA for c38962e
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.6")
+ val effect = s("org.typelevel" %%% "cats-effect" % "3.5.7")
12
val alley = s("org.typelevel" %%% "alleycats-core" % "2.12.0")
13
}
14
0 commit comments