Skip to content

Commit

Permalink
Merge pull request #377 from nationalarchives/update/cats-core-2.13.0
Browse files Browse the repository at this point in the history
Update cats-core to 2.13.0
  • Loading branch information
MancunianSam authored Jan 29, 2025
2 parents 5b35ba1 + 5ea7045 commit 8dc4642
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 @@ -6,7 +6,7 @@ object Dependencies {
private lazy val scalaTestVersion = "3.2.19"

lazy val awsCrt = "software.amazon.awssdk.crt" % "aws-crt" % "0.33.10"
lazy val catsCore = "org.typelevel" %% "cats-core" % "2.12.0"
lazy val catsCore = "org.typelevel" %% "cats-core" % "2.13.0"
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.7"
lazy val circeGeneric = "io.circe" %% "circe-generic" % circeVersion
lazy val circeParser = "io.circe" %% "circe-parser" % circeVersion
Expand Down

0 comments on commit 8dc4642

Please sign in to comment.