Skip to content

Commit

Permalink
Merge pull request #498 from scala-steward/update/cats-parse-1.0.0
Browse files Browse the repository at this point in the history
Update cats-parse to 1.0.0
  • Loading branch information
lenguyenthanh authored Nov 8, 2023
2 parents 65048a5 + 13fb499 commit 7b106f0
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 7b106f0

Please sign in to comment.