Skip to content

Commit

Permalink
Update cats-core to 2.13.0 (#637)
Browse files Browse the repository at this point in the history
Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com>
Co-authored-by: P. Oscar Boykin <[email protected]>
  • Loading branch information
typelevel-steward[bot] and johnynek authored Jan 24, 2025
1 parent 2dc52b2 commit cde74e2
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 @@ -2,7 +2,7 @@ import sbt._
import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._

object Dependencies {
lazy val cats = Def.setting("org.typelevel" %%% "cats-core" % "2.12.0")
lazy val cats = Def.setting("org.typelevel" %%% "cats-core" % "2.13.0")
lazy val munit = Def.setting("org.scalameta" %%% "munit" % "1.0.4")
lazy val munitScalacheck = Def.setting("org.scalameta" %%% "munit-scalacheck" % "1.0.0")
lazy val fastParse = "com.lihaoyi" %% "fastparse" % "3.1.1"
Expand Down

0 comments on commit cde74e2

Please sign in to comment.