Skip to content

Commit

Permalink
Bump cats-parse 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Dec 11, 2024
1 parent 09ea601 commit 0802a19
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 @@ -36,7 +36,7 @@ lazy val scalachess: Project = Project("scalachess", file("core")).settings(
"org.lichess" %% "scalalib-core" % scalalibVersion,
"org.typelevel" %% "cats-core" % "2.12.0",
"org.typelevel" %% "alleycats-core" % "2.12.0",
"org.typelevel" %% "cats-parse" % "1.0.0",
"org.typelevel" %% "cats-parse" % "1.1.0",
"dev.optics" %% "monocle-core" % "3.3.0",
"org.typelevel" %% "kittens" % "3.4.0"
),
Expand Down

0 comments on commit 0802a19

Please sign in to comment.