We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b78019 commit c688cbbCopy full SHA for c688cbb
project/ProjectPlugin.scala
@@ -15,7 +15,7 @@ object ProjectPlugin extends AutoPlugin {
15
Seq(
16
libraryDependencies ++=
17
18
- "org.typelevel" %%% "cats-effect" % "3.2.7",
+ "org.typelevel" %%% "cats-effect" % "3.2.8",
19
"org.scalatest" %%% "scalatest" % "3.2.9" % "test"
20
)
21
0 commit comments