Skip to content

Commit

Permalink
Merge pull request #1425 from scalacenter/update/fastparse-3.1.1
Browse files Browse the repository at this point in the history
Update fastparse to 3.1.1
  • Loading branch information
adpi2 authored Jan 8, 2025
2 parents a0cff2f + 7c10d57 commit 6f7fc41
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 @@ -198,7 +198,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform)
.settings(
scalacOptionsSettings,
libraryDependencies ++= Seq(
"com.lihaoyi" %%% "fastparse" % "3.0.0",
"com.lihaoyi" %%% "fastparse" % "3.1.1",
"io.github.cquiroz" %%% "scala-java-time" % "2.6.0",
"org.endpoints4s" %%% "algebra" % "1.12.1",
"org.scalatest" %%% "scalatest" % V.scalatest % Test,
Expand Down

0 comments on commit 6f7fc41

Please sign in to comment.