From cab1a291f87a8c521d7b3f5478e11b2c698cee78 Mon Sep 17 00:00:00 2001 From: beineng Date: Fri, 5 Oct 2018 13:40:53 +0800 Subject: [PATCH] upgrade akka-stream-kafka to 0.22 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index f299854..4f24a85 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -14,7 +14,7 @@ object Dependencies { val akkaHttp = "com.typesafe.akka" %% "akka-http" % akkaHttpVersion val akkaHttpTestkit = "com.typesafe.akka" %% "akka-http-testkit" % akkaHttpVersion % Test val akkaHttpSprayJson = "com.typesafe.akka" %% "akka-http-spray-json" % akkaHttpVersion - val akkaStreamKafka = "com.typesafe.akka" %% "akka-stream-kafka" % "0.18" + val akkaStreamKafka = "com.typesafe.akka" %% "akka-stream-kafka" % "0.22" val akkaStreamCassandra = "com.lightbend.akka" %% "akka-stream-alpakka-cassandra" % "0.16" val scalaLogging = "com.typesafe.scala-logging" %% "scala-logging" % "3.7.2"