Skip to content

Commit 7c1f526

Browse files
Update channels to 1.1.0 (#380)
1 parent b10ecf8 commit 7c1f526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ lazy val core: Project = (project in file("core"))
5757
.settings(
5858
name := "core",
5959
libraryDependencies ++= Seq(
60-
"com.softwaremill.jox" % "channels" % "1.0.1",
60+
"com.softwaremill.jox" % "channels" % "1.1.0",
6161
scalaTest,
6262
"org.apache.pekko" %% "pekko-stream" % "1.2.0" % Test,
6363
"org.reactivestreams" % "reactive-streams-tck-flow" % "1.0.4" % Test

0 commit comments

Comments
 (0)