This is an automated email from the ASF dual-hosted git repository.

engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new 52ef138cc pekko-connectors-kafka 1.1.0 (#846)
52ef138cc is described below

commit 52ef138cc24e50e65e536b4a02bbe952ba95663d
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Oct 3 08:51:36 2024 +0100

    pekko-connectors-kafka 1.1.0 (#846)
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 82366587d..7ab29ab00 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -192,7 +192,7 @@ object Dependencies {
     libraryDependencies ++= Seq(
       "org.apache.pekko" %% "pekko-slf4j" % PekkoVersion,
       "org.apache.pekko" %% "pekko-stream-testkit" % PekkoVersion % Test,
-      "org.apache.pekko" %% "pekko-connectors-kafka" % "1.1.0-M1" % Test,
+      "org.apache.pekko" %% "pekko-connectors-kafka" % "1.1.0" % Test,
       "junit" % "junit" % "4.13.2" % Test,
       "org.scalatest" %% "scalatest" % ScalaTestVersion % Test))
 


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

Reply via email to