Skip to content

Commit 4a097b1

Browse files
Update pekko-stream to 1.6.0 (#436)
1 parent ee1c89c commit 4a097b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ lazy val core: Project = (project in file("core"))
5959
libraryDependencies ++= Seq(
6060
"com.softwaremill.jox" % "channels" % "1.1.2",
6161
scalaTest,
62-
"org.apache.pekko" %% "pekko-stream" % "1.5.0" % Test,
62+
"org.apache.pekko" %% "pekko-stream" % "1.6.0" % Test,
6363
"org.reactivestreams" % "reactive-streams-tck-flow" % "1.0.4" % Test
6464
),
6565
Test / fork := true
@@ -76,7 +76,7 @@ lazy val kafka: Project = (project in file("kafka"))
7676
logback % Test,
7777
"io.github.embeddedkafka" %% "embedded-kafka" % "4.2.0" % Test,
7878
"org.apache.pekko" %% "pekko-connectors-kafka" % "1.1.0" % Test,
79-
"org.apache.pekko" %% "pekko-stream" % "1.5.0" % Test,
79+
"org.apache.pekko" %% "pekko-stream" % "1.6.0" % Test,
8080
scalaTest
8181
)
8282
)

0 commit comments

Comments
 (0)