This is an automated email from the ASF dual-hosted git repository. mdedetrich pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git
commit 02862d7aa6c44d4dd1a0321f180eb5b8ccc0c0ed Author: Matthew de Detrich <[email protected]> AuthorDate: Fri May 26 16:43:48 2023 +0200 Update Parboiled2 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 05eb93c47..c27808a20 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -67,7 +67,7 @@ object Dependencies { val scalafix = "ch.epfl.scala" %% "scalafix-core" % Dependencies.scalafixVersion - val parboiled = "org.parboiled" %% "parboiled" % "2.4.1" + val parboiled = "org.parboiled" %% "parboiled" % "2.5.0" object Docs { val sprayJson = Compile.sprayJson % "test" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
