Skip to content

Commit

Permalink
upgrade akka-stream-kafka to 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
bennfocus committed Oct 5, 2018
1 parent c30bd5d commit cab1a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit cab1a29

Please sign in to comment.