Skip to content

Commit

Permalink
Update fastparse to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Mar 12, 2023
1 parent 9f0ae1a commit 720f525
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 @@ -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-M6")
lazy val munitScalacheck = Def.setting("org.scalameta" %%% "munit-scalacheck" % "1.0.0-M6")
lazy val fastParse = "com.lihaoyi" %% "fastparse" % "2.3.3"
lazy val fastParse = "com.lihaoyi" %% "fastparse" % "3.0.0"
lazy val parsley = "org.http4s" %% "parsley" % "1.5.0-M3"
lazy val jawnAst = Def.setting("org.typelevel" %% "jawn-ast" % "1.4.0")
lazy val jawnAst211 = Def.setting("org.typelevel" %% "jawn-ast" % "1.0.0-RC2")
Expand Down

0 comments on commit 720f525

Please sign in to comment.