Skip to content

Commit 07b87fa

Browse files
author
scala-steward
committed
Update pekko-stream to 1.2.0
1 parent 49418dd commit 07b87fa

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
@@ -54,7 +54,7 @@ lazy val core: Project = (project in file("core"))
5454
libraryDependencies ++= Seq(
5555
"com.softwaremill.jox" % "channels" % "1.0.1",
5656
scalaTest,
57-
"org.apache.pekko" %% "pekko-stream" % "1.1.5" % Test,
57+
"org.apache.pekko" %% "pekko-stream" % "1.2.0" % Test,
5858
"org.reactivestreams" % "reactive-streams-tck-flow" % "1.0.4" % Test
5959
),
6060
Test / fork := true
@@ -71,7 +71,7 @@ lazy val kafka: Project = (project in file("kafka"))
7171
logback % Test,
7272
"io.github.embeddedkafka" %% "embedded-kafka" % "4.0.1.1" % Test,
7373
"org.apache.pekko" %% "pekko-connectors-kafka" % "1.1.0" % Test,
74-
"org.apache.pekko" %% "pekko-stream" % "1.1.5" % Test,
74+
"org.apache.pekko" %% "pekko-stream" % "1.2.0" % Test,
7575
scalaTest
7676
)
7777
)

0 commit comments

Comments
 (0)