Skip to content

Commit

Permalink
Update dependency com.lihaoyi:fastparse to v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 14, 2024
1 parent cc3ab2c commit f6bff74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f6bff74

Please sign in to comment.