Skip to content

Commit 309be7b

Browse files
committed
Update cats-core, cats-laws to 2.13.0
1 parent b54b1db commit 309be7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ object Dependencies {
44
val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.80"
55
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.2"
66
val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.7"
7-
val catsCore = "org.typelevel" %% "cats-core" % "2.12.0"
7+
val catsCore = "org.typelevel" %% "cats-core" % "2.13.0"
88
val catsLaws = "org.typelevel" %% "cats-laws" % catsCore.revision
99
val catsParse = "org.typelevel" %% "cats-parse" % "1.1.0"
1010
val circeConfig = "io.circe" %% "circe-config" % "0.10.1"

0 commit comments

Comments
 (0)