This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch wip-seglo-kafka-sharding in repository https://gitbox.apache.org/repos/asf/incubator-pekko-samples.git
commit 1f23cf1da016827152ca9dbc1d37c187615d5ad7 Author: Sean Glover <[email protected]> AuthorDate: Tue Mar 3 18:19:12 2020 -0500 Reference alpakka-kafka-cluster-sharding module --- akka-sample-kafka-to-sharding-scala/build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/akka-sample-kafka-to-sharding-scala/build.sbt b/akka-sample-kafka-to-sharding-scala/build.sbt index 1a3c8a7..0c28f5b 100644 --- a/akka-sample-kafka-to-sharding-scala/build.sbt +++ b/akka-sample-kafka-to-sharding-scala/build.sbt @@ -1,5 +1,5 @@ val AkkaVersion = "2.6.3" -val AlpakkaKafkaVersion = "2.0.2+2-88deb905+20200226-1650" +val AlpakkaKafkaVersion = "2.0.2+7-af96d529+20200303-1814" val AkkaManagementVersion = "1.0.5" val AkkaHttpVersion = "10.1.11" val KafkaVersion = "2.4.0" @@ -45,6 +45,7 @@ lazy val processor = project .settings(javaAgents += "org.mortbay.jetty.alpn" % "jetty-alpn-agent" % "2.0.9" % "runtime;test") .settings(libraryDependencies ++= Seq( "com.typesafe.akka" %% "akka-stream-kafka" % AlpakkaKafkaVersion, + "com.typesafe.akka" %% "akka-stream-kafka-cluster-sharding" % AlpakkaKafkaVersion, "com.typesafe.akka" %% "akka-stream" % AkkaVersion, "com.typesafe.akka" %% "akka-discovery" % AkkaVersion, "com.typesafe.akka" %% "akka-cluster-sharding-typed" % AkkaVersion, --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
