Skip to content

Commit

Permalink
Update fastparse to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 15, 2024
1 parent 279ef88 commit 10fc9a3
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 @@ -15,7 +15,7 @@ lazy val thebutlerdidit = crossProject(JSPlatform, JVMPlatform)
version := "0.1.0-SNAPSHOT",
organization := "org.pfcoperez",
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.10" % Test,
libraryDependencies += "com.lihaoyi" %%% "fastparse" % "2.3.3",
libraryDependencies += "com.lihaoyi" %%% "fastparse" % "3.1.0",
).
jvmSettings(
// Add JVM-specific settings here
Expand Down

0 comments on commit 10fc9a3

Please sign in to comment.