Skip to content

Commit

Permalink
docs: bump Alpakka Kafka 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Jan 21, 2022
1 parent f0dc67f commit 8c5746e
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 @@ -127,7 +127,7 @@ object Dependencies {
libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-slf4j" % AkkaVersion,
"com.typesafe.akka" %% "akka-stream-testkit" % AkkaVersion % Test,
"com.typesafe.akka" %% "akka-stream-kafka" % "2.1.1" % Test,
"com.typesafe.akka" %% "akka-stream-kafka" % "3.0.0" % Test,
"junit" % "junit" % "4.13" % Test, // Eclipse Public License 1.0
"org.scalatest" %% "scalatest" % "3.1.4" % Test // ApacheV2
)
Expand Down

0 comments on commit 8c5746e

Please sign in to comment.