This is an automated email from the ASF dual-hosted git repository.
pjfanning 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 d9a66921f Update pekko-connectors-kafka version to 2.0.0-M1 (#1593)
d9a66921f is described below
commit d9a66921f99b160e639e67d6b810e135e29e81a0
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Apr 24 13:57:47 2026 +0200
Update pekko-connectors-kafka version to 2.0.0-M1 (#1593)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 00f3645fe..03d5005a3 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -174,7 +174,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" % Test,
+ "org.apache.pekko" %% "pekko-connectors-kafka" % "2.0.0-M1" % 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]