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/pekko-connectors.git
commit c8054165122992020af49fb888e1cafa49ed71d9 Author: PJ Fanning <[email protected]> AuthorDate: Wed Oct 2 21:34:08 2024 +0100 pekko-connectors-kafka 1.1.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index d4ed0be5a..ffc4e3f7b 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]
