Skip to content

Commit

Permalink
Update pekko-stream to 1.1.1 (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Sep 14, 2024
1 parent 3690035 commit 4d0706f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ lazy val kafka: Project = (project in file("kafka"))
logback % Test,
"io.github.embeddedkafka" %% "embedded-kafka" % "3.8.0" % Test,
"org.apache.pekko" %% "pekko-connectors-kafka" % "1.0.0" % Test,
"org.apache.pekko" %% "pekko-stream" % "1.1.0" % Test,
"org.apache.pekko" %% "pekko-stream" % "1.1.1" % Test,
scalaTest
),
useRequireIOPlugin
Expand Down

0 comments on commit 4d0706f

Please sign in to comment.