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 934b2df commit 3ef903bCopy full SHA for 3ef903b
project/ProjectPlugin.scala
@@ -15,7 +15,7 @@ object ProjectPlugin extends AutoPlugin {
15
Seq(
16
libraryDependencies ++=
17
18
- "org.typelevel" %%% "cats-effect" % "3.6.1",
+ "org.typelevel" %%% "cats-effect" % "3.6.2",
19
"org.scalatest" %%% "scalatest" % "3.2.19" % "test"
20
)
21
0 commit comments