Skip to content

Commit

Permalink
Update fastparse to 3.0.2 (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Mar 20, 2024
1 parent 2fd6072 commit 1e64b32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sbt
Expand Up @@ -122,6 +122,7 @@ lazy val bench = project
.settings(
name := "bench",
coverageEnabled := false,
scalacOptions += "-Wconf:cat=unused-nowarn:s",
Compile / unmanagedSources := {
if (Set("2.12", "2.13").contains(scalaBinaryVersion.value)) {
(Compile / unmanagedSources).value
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -6,7 +6,7 @@ object Dependencies {
lazy val cats211 = Def.setting("org.typelevel" %%% "cats-core" % "2.0.0")
lazy val munit = Def.setting("org.scalameta" %%% "munit" % "1.0.0-M10")
lazy val munitScalacheck = Def.setting("org.scalameta" %%% "munit-scalacheck" % "1.0.0-M10")
lazy val fastParse = "com.lihaoyi" %% "fastparse" % "2.3.3"
lazy val fastParse = "com.lihaoyi" %% "fastparse" % "3.0.2"
lazy val parsley = "org.http4s" %% "parsley" % "1.5.0-M3"
lazy val jawnAst = Def.setting("org.typelevel" %% "jawn-ast" % "1.5.1")
lazy val jawnAst211 = Def.setting("org.typelevel" %% "jawn-ast" % "1.0.0-RC2")
Expand Down

0 comments on commit 1e64b32

Please sign in to comment.