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 b48a850 commit 2cb32efCopy full SHA for 2cb32ef
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.13"
+ val catsEffect = "org.typelevel" %% "cats-effect" % "3.3.14"
9
val catsCore = "org.typelevel" %% "cats-core" % "2.8.0"
10
val catsLaws = "org.typelevel" %% "cats-laws" % catsCore.revision
11
val catsParse = "org.typelevel" %% "cats-parse" % "0.3.8"
0 commit comments