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"))
38
38
libraryDependencies ++= Seq (
39
39
" com.softwaremill.jox" % " channels" % " 1.0.1" ,
40
40
scalaTest,
41
- " org.apache.pekko" %% " pekko-stream" % " 1.1.4 " % Test ,
41
+ " org.apache.pekko" %% " pekko-stream" % " 1.1.5 " % Test ,
42
42
" org.reactivestreams" % " reactive-streams-tck-flow" % " 1.0.4" % Test
43
43
),
44
44
Test / fork := true
@@ -66,7 +66,7 @@ lazy val kafka: Project = (project in file("kafka"))
66
66
logback % Test ,
67
67
" io.github.embeddedkafka" %% " embedded-kafka" % " 4.0.1.1" % Test ,
68
68
" 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 ,
70
70
scalaTest
71
71
)
72
72
)
You can’t perform that action at this time.
0 commit comments