From e1d387fefcb79e7cd126273886e283ede9614332 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 4 Oct 2023 02:01:26 +0000 Subject: [PATCH] Update cats-parse to 0.3.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ef990116..183b5115 100644 --- a/build.sbt +++ b/build.sbt @@ -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