Skip to content

Commit

Permalink
Merge pull request #545 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
satabin authored Nov 23, 2023
2 parents e71d476 + 7e49d62 commit dbf32c1
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 @@ -236,7 +236,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.10"
"org.typelevel" %%% "cats-parse" % "1.0.0"
) ++ PartialFunction
.condOpt(CrossVersion.partialVersion(scalaVersion.value)) { case Some((2, _)) =>
"org.scala-lang" % "scala-reflect" % scalaVersion.value
Expand Down

0 comments on commit dbf32c1

Please sign in to comment.