Skip to content

Commit f087751

Browse files
Update pekko-stream to 1.1.5 (#349)
1 parent e7bcf5f commit f087751

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ lazy val core: Project = (project in file("core"))
3838
libraryDependencies ++= Seq(
3939
"com.softwaremill.jox" % "channels" % "1.0.1",
4040
scalaTest,
41-
"org.apache.pekko" %% "pekko-stream" % "1.1.4" % Test,
41+
"org.apache.pekko" %% "pekko-stream" % "1.1.5" % Test,
4242
"org.reactivestreams" % "reactive-streams-tck-flow" % "1.0.4" % Test
4343
),
4444
Test / fork := true
@@ -66,7 +66,7 @@ lazy val kafka: Project = (project in file("kafka"))
6666
logback % Test,
6767
"io.github.embeddedkafka" %% "embedded-kafka" % "4.0.1.1" % Test,
6868
"org.apache.pekko" %% "pekko-connectors-kafka" % "1.1.0" % Test,
69-
"org.apache.pekko" %% "pekko-stream" % "1.1.4" % Test,
69+
"org.apache.pekko" %% "pekko-stream" % "1.1.5" % Test,
7070
scalaTest
7171
)
7272
)

0 commit comments

Comments
 (0)