From c3bc42e3c48cf3811892ad0a607b6213ea1a1fcb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 12 Mar 2023 15:00:32 +0000 Subject: [PATCH] Update fastparse to 3.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9be8d09..6e8b4c3 100644 --- a/build.sbt +++ b/build.sbt @@ -149,7 +149,7 @@ lazy val lolhtml = commonSettings, libraryDependencies ++= Seq( - "com.lihaoyi" %% "fastparse" % "1.0.0", + "com.lihaoyi" %% "fastparse" % "3.0.0", scalaOrganization.value % "scala-reflect" % scalaVersion.value ), pomPostProcess := removeDependencies("org.scalatest")