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 b10ecf8 commit 7c1f526Copy full SHA for 7c1f526
build.sbt
@@ -57,7 +57,7 @@ lazy val core: Project = (project in file("core"))
57
.settings(
58
name := "core",
59
libraryDependencies ++= Seq(
60
- "com.softwaremill.jox" % "channels" % "1.0.1",
+ "com.softwaremill.jox" % "channels" % "1.1.0",
61
scalaTest,
62
"org.apache.pekko" %% "pekko-stream" % "1.2.0" % Test,
63
"org.reactivestreams" % "reactive-streams-tck-flow" % "1.0.4" % Test
0 commit comments