We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41394d9 commit 78d3480Copy full SHA for 78d3480
project/Deps.scala
@@ -9,7 +9,7 @@ object Deps {
9
10
// core libraries
11
val cats = new {
12
- val effect = s("org.typelevel" %%% "cats-effect" % "3.5.6")
+ val effect = s("org.typelevel" %%% "cats-effect" % "3.5.7")
13
}
14
15
// frp
0 commit comments