Skip to content

Commit

Permalink
Merge pull request #298 from scala-steward/update/cats-core-2.12.0
Browse files Browse the repository at this point in the history
Update cats-core to 2.12.0
  • Loading branch information
dos65 authored Jun 4, 2024
2 parents 46a966d + 7b1b940 commit d8eff6d
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 @@ -123,7 +123,7 @@ lazy val cats = project
.settings(
name := "tethys-cats",
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-core" % "2.10.0"
"org.typelevel" %% "cats-core" % "2.12.0"
)
)
.dependsOn(core)
Expand Down

0 comments on commit d8eff6d

Please sign in to comment.