Skip to content

Commit

Permalink
Merge pull request #2807 from ennru/ennru-alpakka-kafka-3
Browse files Browse the repository at this point in the history
  • Loading branch information
octonato authored Feb 1, 2022
2 parents 8fddb29 + 8c5746e commit dbb2951
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 dbb2951

Please sign in to comment.