Skip to content

Commit

Permalink
Merge pull request #504 from scala-steward/update/cats-parse-1.1.0
Browse files Browse the repository at this point in the history
Update cats-parse to 1.1.0
  • Loading branch information
mergify[bot] authored Dec 13, 2024
2 parents a36f949 + 9153110 commit c9cad16
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 @@ -112,7 +112,7 @@ lazy val source = module("source")
lazy val parser = module("parser")
.settings(
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-parse" % "1.0.0",
"org.typelevel" %% "cats-parse" % "1.1.0",
"io.circe" %% "circe-generic" % "0.14.10" % Test,
"io.circe" %% "circe-parser" % "0.14.10" % Test,
"co.fs2" %% "fs2-io" % "3.11.0" % Test,
Expand Down

0 comments on commit c9cad16

Please sign in to comment.