Skip to content

Commit

Permalink
Merge pull request #303 from scala-steward/update/cats-parse-0.3.10
Browse files Browse the repository at this point in the history
Update cats-parse to 0.3.10
  • Loading branch information
mergify[bot] authored Jun 29, 2023
2 parents fa4cd98 + 5763ead commit 7606136
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 @@ -95,7 +95,7 @@ lazy val source = module("source")
lazy val parser = module("parser")
.settings(
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-parse" % "0.3.9",
"org.typelevel" %% "cats-parse" % "0.3.10",
"io.circe" %% "circe-generic" % "0.14.5" % Test,
"io.circe" %% "circe-parser" % "0.14.5" % Test,
"co.fs2" %% "fs2-io" % "3.7.0" % Test,
Expand Down

0 comments on commit 7606136

Please sign in to comment.