This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git
commit 8a4c28ee3ac27253e8ddff05030984f6870a6b8a Author: PJ Fanning <[email protected]> AuthorDate: Fri Jun 16 20:41:54 2023 +0100 upgrade pekko snapshots --- project/Dependencies.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index cf4500882..e267744d8 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -18,16 +18,16 @@ object Dependencies { val Scala212 = "2.12.17" val ScalaVersions = Seq(Scala213, Scala212) - val PekkoVersion = "0.0.0+26669-ec5b6764-SNAPSHOT" + val PekkoVersion = "0.0.0+26720-01379c41-SNAPSHOT" val PekkoBinaryVersion = "current" val InfluxDBJavaVersion = "2.15" val AwsSdk2Version = "2.17.113" - val AwsSpiPekkoHttpVersion = "0.0.11+81-41b69193-SNAPSHOT" + val AwsSpiPekkoHttpVersion = "0.0.11+94-d1e7a16f-SNAPSHOT" // Sync with plugins.sbt val PekkoGrpcBinaryVersion = "current" - val PekkoHttpVersion = "0.0.0+4411-6fe04045-SNAPSHOT" + val PekkoHttpVersion = "0.0.0+4431-0dc1da23-SNAPSHOT" val PekkoHttpBinaryVersion = "current" val ScalaTestVersion = "3.2.11" val TestContainersScalaTestVersion = "0.40.14" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
