This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git
The following commit(s) were added to refs/heads/main by this push:
new b9d1f9498 Update parboiled to 2.5.1 (#407)
b9d1f9498 is described below
commit b9d1f94984f9335f3ee4af2d40fc297d485886b9
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 8 00:29:05 2024 +0100
Update parboiled to 2.5.1 (#407)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index c9cd8ac2f..993b8e3a3 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -66,7 +66,7 @@ object Dependencies {
val scalafix = "ch.epfl.scala" %% "scalafix-core" %
Dependencies.scalafixVersion
- val parboiled = "org.parboiled" %% "parboiled" % "2.5.0"
+ val parboiled = "org.parboiled" %% "parboiled" % "2.5.1"
object Docs {
val sprayJson = Compile.sprayJson % "test"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]