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 49418dd commit 07b87faCopy full SHA for 07b87fa
1 file changed
build.sbt
@@ -54,7 +54,7 @@ lazy val core: Project = (project in file("core"))
54
libraryDependencies ++= Seq(
55
"com.softwaremill.jox" % "channels" % "1.0.1",
56
scalaTest,
57
- "org.apache.pekko" %% "pekko-stream" % "1.1.5" % Test,
+ "org.apache.pekko" %% "pekko-stream" % "1.2.0" % Test,
58
"org.reactivestreams" % "reactive-streams-tck-flow" % "1.0.4" % Test
59
),
60
Test / fork := true
@@ -71,7 +71,7 @@ lazy val kafka: Project = (project in file("kafka"))
71
logback % Test,
72
"io.github.embeddedkafka" %% "embedded-kafka" % "4.0.1.1" % Test,
73
"org.apache.pekko" %% "pekko-connectors-kafka" % "1.1.0" % Test,
74
75
scalaTest
76
)
77
0 commit comments