We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2712047 commit 1c366e2Copy full SHA for 1c366e2
1 file changed
build.sbt
@@ -38,7 +38,7 @@ lazy val core: Project = (project in file("core"))
38
libraryDependencies ++= Seq(
39
"com.softwaremill.jox" % "channels" % "1.0.0",
40
scalaTest,
41
- "org.apache.pekko" %% "pekko-stream" % "1.1.3" % Test,
+ "org.apache.pekko" %% "pekko-stream" % "1.1.4" % Test,
42
"org.reactivestreams" % "reactive-streams-tck-flow" % "1.0.4" % Test
43
),
44
Test / fork := true
@@ -66,7 +66,7 @@ lazy val kafka: Project = (project in file("kafka"))
66
logback % Test,
67
"io.github.embeddedkafka" %% "embedded-kafka" % "4.0.1.1" % Test,
68
"org.apache.pekko" %% "pekko-connectors-kafka" % "1.1.0" % Test,
69
70
scalaTest
71
)
72
0 commit comments