From 625e45c0f67b1c7db8c1ff0dc098f9f8a1f4d0f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 09:33:25 +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 90cc88ff..0b777a5d 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.2" % Test,