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 6c721f5 commit 1c0e8a3Copy full SHA for 1c0e8a3
project/Dependencies.scala
@@ -3,7 +3,7 @@ import sbt._
3
object Dependencies {
4
val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.75"
5
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.2"
6
- val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.0"
+ val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.1"
7
val catsCore = "org.typelevel" %% "cats-core" % "2.9.0"
8
val catsLaws = "org.typelevel" %% "cats-laws" % catsCore.revision
9
val catsParse = "org.typelevel" %% "cats-parse" % "0.3.10"
0 commit comments