Skip to content

Commit

Permalink
Merge pull request #83 from scala-steward/update/alleycats-core-2.13.0
Browse files Browse the repository at this point in the history
Update alleycats-core, cats-core to 2.13.0
  • Loading branch information
ornicar authored Jan 22, 2025
2 parents bdec0a0 + 5a0bb3f commit e9b0f69
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 @@ -28,8 +28,8 @@ lazy val core: Project = Project("core", file("core")).settings(
commonSettings,
name := "scalalib-core",
libraryDependencies ++= List(
"org.typelevel" %% "cats-core" % "2.12.0",
"org.typelevel" %% "alleycats-core" % "2.12.0",
"org.typelevel" %% "cats-core" % "2.13.0",
"org.typelevel" %% "alleycats-core" % "2.13.0",
"com.lihaoyi" %% "pprint" % "0.9.0"
)
)
Expand Down

0 comments on commit e9b0f69

Please sign in to comment.