Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lichess-org/scalachess
Browse files Browse the repository at this point in the history
* 'master' of github.com:lichess-org/scalachess:
  Bump cats-parse 1.0.0
  • Loading branch information
ornicar committed Dec 13, 2023
2 parents 09f7d96 + 3252c6e commit 6720165
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 @@ -29,7 +29,7 @@ lazy val scalachess: Project = Project("scalachess", file(".")).settings(
"com.github.ornicar" %% "scalalib" % "9.5.5",
"org.typelevel" %% "cats-core" % "2.10.0",
"org.typelevel" %% "alleycats-core" % "2.10.0",
"org.typelevel" %% "cats-parse" % "0.3.10",
"org.typelevel" %% "cats-parse" % "1.0.0",
"dev.optics" %% "monocle-core" % "3.2.0",
"org.typelevel" %% "kittens" % "3.1.0"
)
Expand Down

0 comments on commit 6720165

Please sign in to comment.