We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f13c372 commit cc51377Copy full SHA for cc51377
project/Dependencies.scala
@@ -8,7 +8,7 @@ object Dependencies {
8
lazy val munitScalacheck = Def.setting("org.scalameta" %%% "munit-scalacheck" % "0.7.29")
9
lazy val fastParse = "com.lihaoyi" %% "fastparse" % "2.3.3"
10
lazy val parsley = "org.http4s" %% "parsley" % "1.5.0-M3"
11
- lazy val jawnAst = "org.typelevel" %% "jawn-ast" % "1.2.0"
+ lazy val jawnAst = "org.typelevel" %% "jawn-ast" % "1.3.0"
12
lazy val parboiled = "org.parboiled" %% "parboiled" % "2.3.0"
13
lazy val attoCore = "org.tpolecat" %% "atto-core" % "0.9.5"
14
}
0 commit comments