From 814dffbaabf2c284fd944d761414bd9d42128c36 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 20:10:01 +0000 Subject: [PATCH] Update fastparse to 3.0.2 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index b981fc68..810fade4 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -6,7 +6,7 @@ object Dependencies { lazy val cats211 = Def.setting("org.typelevel" %%% "cats-core" % "2.0.0") lazy val munit = Def.setting("org.scalameta" %%% "munit" % "1.0.0-M9") lazy val munitScalacheck = Def.setting("org.scalameta" %%% "munit-scalacheck" % "1.0.0-M9") - lazy val fastParse = "com.lihaoyi" %% "fastparse" % "2.3.3" + lazy val fastParse = "com.lihaoyi" %% "fastparse" % "3.0.2" lazy val parsley = "org.http4s" %% "parsley" % "1.5.0-M3" lazy val jawnAst = Def.setting("org.typelevel" %% "jawn-ast" % "1.5.1") lazy val jawnAst211 = Def.setting("org.typelevel" %% "jawn-ast" % "1.0.0-RC2")