Skip to content

Commit

Permalink
Merge branch 'main' into update/nscplugin-0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johnynek committed May 30, 2024
2 parents 155aadf + bcfe95e commit ff414cf
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" % "1.0.0-M10")
lazy val fastParse = "com.lihaoyi" %% "fastparse" % "3.1.0"
lazy val parsley = "org.http4s" %% "parsley" % "1.5.0-M3"
lazy val jawnAst = Def.setting("org.typelevel" %% "jawn-ast" % "1.5.1")
lazy val jawnAst = Def.setting("org.typelevel" %% "jawn-ast" % "1.6.0")
lazy val jawnAst211 = Def.setting("org.typelevel" %% "jawn-ast" % "1.0.0-RC2")
lazy val parboiled = "org.parboiled" %% "parboiled" % "2.5.1"
lazy val attoCore = "org.tpolecat" %% "atto-core" % "0.9.5"
Expand Down

0 comments on commit ff414cf

Please sign in to comment.