Skip to content

Commit

Permalink
Update akka-stream-kafka from 2.1.1 to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bcarter97 committed Aug 4, 2022
1 parent 56b20a4 commit 28f9ac4
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 @@ -9,7 +9,7 @@ object Dependencies {
object Akka {
private val version = "2.6.19"
val stream = "com.typesafe.akka" %% "akka-stream" % version cross CrossVersion.for3Use2_13
val streamKafka = "com.typesafe.akka" %% "akka-stream-kafka" % "2.1.1" cross CrossVersion.for3Use2_13
val streamKafka = "com.typesafe.akka" %% "akka-stream-kafka" % "3.0.0" cross CrossVersion.for3Use2_13
val streamTestkit = "com.typesafe.akka" %% "akka-stream-testkit" % version % Test cross CrossVersion.for3Use2_13
val testkit = "com.typesafe.akka" %% "akka-testkit" % version % Test cross CrossVersion.for3Use2_13
val base = Seq(stream, streamKafka)
Expand Down

0 comments on commit 28f9ac4

Please sign in to comment.