Skip to content

Commit

Permalink
Update cats-core, cats-laws to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 29, 2024
1 parent dcec3ee commit 01bc615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val CatsVersion = "2.6.1"
val CatsVersion = "2.12.0"
val CatsEffectVersion = "3.2.7"
val MacroParadiseVersion = "2.1.1"
val ScalaCheckVersion = "1.15.4"
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ addCommandAlias("release", ";+clean ;ci-release ;unidoc ;site/publishMicrosit
/** Standard FP library for Scala:
* [[https://typelevel.org/cats/]]
*/
val CatsVersion = "2.6.1"
val CatsVersion = "2.12.0"

/** FP library for describing side-effects:
* [[https://typelevel.org/cats-effect/]]
Expand Down

0 comments on commit 01bc615

Please sign in to comment.