Skip to content

Commit

Permalink
pekko-connectors-kafka 1.1.0 (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Oct 3, 2024
1 parent d19ff1f commit 52ef138
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 @@ -192,7 +192,7 @@ object Dependencies {
libraryDependencies ++= Seq(
"org.apache.pekko" %% "pekko-slf4j" % PekkoVersion,
"org.apache.pekko" %% "pekko-stream-testkit" % PekkoVersion % Test,
"org.apache.pekko" %% "pekko-connectors-kafka" % "1.1.0-M1" % Test,
"org.apache.pekko" %% "pekko-connectors-kafka" % "1.1.0" % Test,
"junit" % "junit" % "4.13.2" % Test,
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test))

Expand Down

0 comments on commit 52ef138

Please sign in to comment.