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.
2 parents 0bc0acb + 498939b commit 132541eCopy full SHA for 132541e
project/Dependencies.scala
@@ -3,7 +3,7 @@ import sbt._
3
object Dependencies {
4
val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.78.1"
5
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.2"
6
- val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.4"
+ val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.5"
7
val catsCore = "org.typelevel" %% "cats-core" % "2.12.0"
8
val catsLaws = "org.typelevel" %% "cats-laws" % catsCore.revision
9
val catsParse = "org.typelevel" %% "cats-parse" % "1.0.0"
0 commit comments