Skip to content

Commit

Permalink
Update parboiled to 2.5.1 (#554)
Browse files Browse the repository at this point in the history
Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com>
  • Loading branch information
typelevel-steward[bot] authored Nov 2, 2023
1 parent 08356f3 commit f394341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ object Dependencies {
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")
lazy val parboiled = "org.parboiled" %% "parboiled" % "2.5.0"
lazy val parboiled = "org.parboiled" %% "parboiled" % "2.5.1"
lazy val attoCore = "org.tpolecat" %% "atto-core" % "0.9.5"
}

0 comments on commit f394341

Please sign in to comment.