Skip to content

Commit

Permalink
Merge pull request #530 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
satabin authored Oct 4, 2023
2 parents f69a657 + e1d387f commit 2121c6e
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 @@ -232,7 +232,7 @@ lazy val json = crossProject(JVMPlatform, JSPlatform, NativePlatform)
description := "Streaming JSON manipulation library",
libraryDependencies ++= List(
"org.typelevel" %%% "literally" % literallyVersion,
"org.typelevel" %%% "cats-parse" % "0.3.9"
"org.typelevel" %%% "cats-parse" % "0.3.10"
) ++ PartialFunction
.condOpt(CrossVersion.partialVersion(scalaVersion.value)) { case Some((2, _)) =>
"org.scala-lang" % "scala-reflect" % scalaVersion.value
Expand Down

0 comments on commit 2121c6e

Please sign in to comment.