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 08356f3 commit f394341Copy full SHA for f394341
1 file changed
project/Dependencies.scala
@@ -10,6 +10,6 @@ object Dependencies {
10
lazy val parsley = "org.http4s" %% "parsley" % "1.5.0-M3"
11
lazy val jawnAst = Def.setting("org.typelevel" %% "jawn-ast" % "1.5.1")
12
lazy val jawnAst211 = Def.setting("org.typelevel" %% "jawn-ast" % "1.0.0-RC2")
13
- lazy val parboiled = "org.parboiled" %% "parboiled" % "2.5.0"
+ lazy val parboiled = "org.parboiled" %% "parboiled" % "2.5.1"
14
lazy val attoCore = "org.tpolecat" %% "atto-core" % "0.9.5"
15
}
0 commit comments