Skip to content

Commit

Permalink
Update jawn-ast to 1.3.2 (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 6, 2022
1 parent c8b5519 commit 3acc967
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 @@ -8,7 +8,7 @@ object Dependencies {
lazy val munitScalacheck = Def.setting("org.scalameta" %%% "munit-scalacheck" % "0.7.29")
lazy val fastParse = "com.lihaoyi" %% "fastparse" % "2.3.3"
lazy val parsley = "org.http4s" %% "parsley" % "1.5.0-M3"
lazy val jawnAst = "org.typelevel" %% "jawn-ast" % "1.3.0"
lazy val jawnAst = "org.typelevel" %% "jawn-ast" % "1.3.2"
lazy val parboiled = "org.parboiled" %% "parboiled" % "2.3.0"
lazy val attoCore = "org.tpolecat" %% "atto-core" % "0.9.5"
}

0 comments on commit 3acc967

Please sign in to comment.