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,