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 75d7a12 commit ddf65eeCopy full SHA for ddf65ee
project/Dependencies.scala
@@ -6,7 +6,7 @@ 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"
9
- val catsCore = "org.typelevel" %% "cats-core" % "2.8.0"
+ 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"
12
val circeConfig = "io.circe" %% "circe-config" % "0.8.0"
0 commit comments