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 b54b1db commit 309be7bCopy full SHA for 309be7b
project/Dependencies.scala
@@ -4,7 +4,7 @@ object Dependencies {
4
val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.80"
5
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.2"
6
val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.7"
7
- val catsCore = "org.typelevel" %% "cats-core" % "2.12.0"
+ val catsCore = "org.typelevel" %% "cats-core" % "2.13.0"
8
val catsLaws = "org.typelevel" %% "cats-laws" % catsCore.revision
9
val catsParse = "org.typelevel" %% "cats-parse" % "1.1.0"
10
val circeConfig = "io.circe" %% "circe-config" % "0.10.1"
0 commit comments