Skip to content

Commit

Permalink
Update cats-core to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 30, 2024
1 parent 51db09d commit 45827ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crossScalaVersions := List(scala212, scala213)
addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.10.3")

libraryDependencies ++= Seq(
"org.typelevel" %% "cats-core" % "2.6.1",
"org.typelevel" %% "cats-core" % "2.12.0",
"org.atnos" %% "eff" % "5.19.0",

"org.specs2" %% "specs2-core" % "4.12.3" % "test",
Expand Down

0 comments on commit 45827ad

Please sign in to comment.