Skip to content

Commit ddf65ee

Browse files
Update cats-core, cats-laws to 2.9.0 (#2766)
1 parent 75d7a12 commit ddf65ee

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
@@ -6,7 +6,7 @@ object Dependencies {
66
val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.72"
77
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.1"
88
val catsEffect = "org.typelevel" %% "cats-effect" % "3.3.14"
9-
val catsCore = "org.typelevel" %% "cats-core" % "2.8.0"
9+
val catsCore = "org.typelevel" %% "cats-core" % "2.9.0"
1010
val catsLaws = "org.typelevel" %% "cats-laws" % catsCore.revision
1111
val catsParse = "org.typelevel" %% "cats-parse" % "0.3.8"
1212
val circeConfig = "io.circe" %% "circe-config" % "0.8.0"

0 commit comments

Comments
 (0)