Skip to content

Commit

Permalink
Update fastparse to 3.1.0 (#2191)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 15, 2024
1 parent 3ddc3e0 commit 15f7611
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 @@ -173,7 +173,7 @@ lazy val core = project
testFrameworks := Seq(new TestFramework("zio.test.sbt.ZTestFramework")),
libraryDependencies ++=
Seq(
"com.lihaoyi" %% "fastparse" % "3.0.2",
"com.lihaoyi" %% "fastparse" % "3.1.0",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0",
"dev.zio" %% "zio" % zioVersion,
"dev.zio" %% "zio-streams" % zioVersion,
Expand Down

0 comments on commit 15f7611

Please sign in to comment.