File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments