From f6bff74d1ca501aab075744d52ccdb0656159d69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 15:46:29 +0000 Subject: [PATCH] Update dependency com.lihaoyi:fastparse to v3.1.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 69cb4905..5b8a0420 100644 --- a/build.sbt +++ b/build.sbt @@ -337,7 +337,7 @@ lazy val parse = crossProject(JVMPlatform, JSPlatform) Compile / console / scalacOptions -= "-Wunused", Test / console / scalacOptions -= "-Wunused", // Dependencies: - libraryDependencies += "com.lihaoyi" %%% "fastparse" % "3.1.0", + libraryDependencies += "com.lihaoyi" %%% "fastparse" % "3.1.1", addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1"), // Settings for test: libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0" % Test,