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-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new 491893617 Properly fix versioning for Pekko dependencies
491893617 is described below

commit 49189361744262f99ff60db8eb85be355a22502a
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sun Oct 29 10:04:01 2023 +0100

    Properly fix versioning for Pekko dependencies
---
 project/Dependencies.scala | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 202d09fca..a1e8bd302 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -21,7 +21,7 @@ object Dependencies {
   val ScalaVersions = Seq(Scala213, Scala212, Scala3)
 
   val PekkoVersion = "1.0.1"
-  val PekkoBinaryVersion = "current"
+  val PekkoBinaryVersion = "1.0"
 
   val InfluxDBJavaVersion = "2.15"
 
@@ -30,9 +30,9 @@ object Dependencies {
   val AwsSpiPekkoHttpVersion = "0.1.0"
   val NettyVersion = "4.1.100.Final"
   // Sync with plugins.sbt
-  val PekkoGrpcBinaryVersion = "current"
+  val PekkoGrpcBinaryVersion = "1.0"
   val PekkoHttpVersion = "1.0.0"
-  val PekkoHttpBinaryVersion = "current"
+  val PekkoHttpBinaryVersion = "1.0"
   val ScalaTestVersion = "3.2.14"
   val TestContainersScalaTestVersion = "0.40.14"
   val mockitoVersion = "4.2.0" // check even 
https://github.com/scalatest/scalatestplus-mockito/releases


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to