Skip to content

Commit

Permalink
akka-stream 2.12 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
bcarter97 committed Feb 28, 2022
1 parent c89bc77 commit 8fe1383
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 @@ -5,7 +5,7 @@ object Dependencies {
object Akka {
private val version = "2.6.18"
val stream = "com.typesafe.akka" %% "akka-stream" % version
val streamKafka = "com.typesafe.akka" %% "akka-stream-kafka" % "3.0.0"
val streamKafka = "com.typesafe.akka" %% "akka-stream-kafka" % "2.1.1"
val streamTestkit = "com.typesafe.akka" %% "akka-stream-testkit" % version % Test
val testkit = "com.typesafe.akka" %% "akka-testkit" % version % Test
val base = Seq(stream, streamKafka)
Expand Down

0 comments on commit 8fe1383

Please sign in to comment.