Skip to content

Commit

Permalink
Update cats-core, cats-laws to 2.10.0 (#3142)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 15, 2023
1 parent ec1f803 commit 77ea181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object Dependencies {
val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.76"
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.2"
val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.1"
val catsCore = "org.typelevel" %% "cats-core" % "2.9.0"
val catsCore = "org.typelevel" %% "cats-core" % "2.10.0"
val catsLaws = "org.typelevel" %% "cats-laws" % catsCore.revision
val catsParse = "org.typelevel" %% "cats-parse" % "0.3.10"
val circeConfig = "io.circe" %% "circe-config" % "0.10.0"
Expand Down

0 comments on commit 77ea181

Please sign in to comment.