From 425da659a3f209d456bb9aa9b1b2059d3cd5e5bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 16:24:22 +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 0c69380ac..b2cea8631 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.3" % Test,