Skip to content

Commit

Permalink
cats 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh authored Aug 14, 2023
1 parent ef65aab commit f65d164
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 @@ -13,8 +13,8 @@ lazy val scalachess = Project("scalachess", file(".")).settings(
"org.typelevel" %% "discipline-munit" % "1.0.9" % Test,
"org.typelevel" %% "cats-laws" % "2.9.0" % Test,
"com.github.ornicar" %% "scalalib" % "9.5.5",
"org.typelevel" %% "cats-core" % "2.9.0",
"org.typelevel" %% "alleycats-core" % "2.9.0",
"org.typelevel" %% "cats-core" % "2.10.0",
"org.typelevel" %% "alleycats-core" % "2.10.0",
"org.typelevel" %% "cats-parse" % "0.3.10",
"dev.optics" %% "monocle-core" % "3.2.0",
"org.typelevel" %% "kittens" % "3.0.0"
Expand Down

0 comments on commit f65d164

Please sign in to comment.