Skip to content

Commit

Permalink
Update cats-core, cats-laws to 2.12.0 (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jun 4, 2024
1 parent 929295b commit 8aa72fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ lazy val core = (project in file("modules/core"))
description := "calypso core",
libraryDependencies ++= List(
"org.mongodb" % "bson" % "5.0.0",
"org.typelevel" %% "cats-core" % "2.10.0",
"org.typelevel" %% "cats-core" % "2.12.0",
"org.scalameta" %% "munit" % "0.7.29" % Test,
"org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test
),
Expand Down Expand Up @@ -142,7 +142,7 @@ lazy val testing = (project in file("modules/testing"))
name := "calypso-testing",
description := "calypso testing",
libraryDependencies ++= List(
"org.typelevel" %% "cats-laws" % "2.10.0"
"org.typelevel" %% "cats-laws" % "2.12.0"
)
)
.dependsOn(core)

0 comments on commit 8aa72fb

Please sign in to comment.