We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1151843 + 042a014 commit 277e243Copy full SHA for 277e243
project/BouncyCastlePlugin.scala
@@ -74,8 +74,8 @@ object BouncyCastlePlugin extends AutoPlugin {
74
Seq(
75
"org.typelevel" %% "cats-core" % "2.10.0",
76
"org.typelevel" %% "cats-effect" % "3.5.1",
77
- "co.fs2" %% "fs2-core" % "3.8.0",
78
- "co.fs2" %% "fs2-io" % "3.8.0",
+ "co.fs2" %% "fs2-core" % "3.9.2",
+ "co.fs2" %% "fs2-io" % "3.9.2",
79
"com.chuusai" %% "shapeless" % "2.3.10",
80
"org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0",
81
"org.typelevel" %% "log4cats-core" % "2.6.0",
0 commit comments