Skip to content

Commit

Permalink
Update cats-parse to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 8, 2023
1 parent ffe3a85 commit 7e49d62
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 7e49d62

Please sign in to comment.