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 6c8cac7 commit 960ae4bCopy full SHA for 960ae4b
project/Dependencies.scala
@@ -5,7 +5,7 @@ import sbt.librarymanagement.syntax.ExclusionRule
5
object Dependencies {
6
val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.70"
7
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.1"
8
- val catsEffect = "org.typelevel" %% "cats-effect" % "3.3.11"
+ val catsEffect = "org.typelevel" %% "cats-effect" % "3.3.12"
9
val catsCore = "org.typelevel" %% "cats-core" % "2.7.0"
10
val catsLaws = "org.typelevel" %% "cats-laws" % catsCore.revision
11
val catsParse = "org.typelevel" %% "cats-parse" % "0.3.7"
0 commit comments