We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f8f7b commit 7f1b000Copy full SHA for 7f1b000
project/Dependencies.scala
@@ -5,7 +5,7 @@ import sbt.librarymanagement.syntax.ExclusionRule
5
object Dependencies {
6
val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.72"
7
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.1"
8
- val catsEffect = "org.typelevel" %% "cats-effect" % "3.3.14"
+ val catsEffect = "org.typelevel" %% "cats-effect" % "3.4.0"
9
val catsCore = "org.typelevel" %% "cats-core" % "2.9.0"
10
val catsLaws = "org.typelevel" %% "cats-laws" % catsCore.revision
11
val catsParse = "org.typelevel" %% "cats-parse" % "0.3.8"
0 commit comments