This is an automated email from the ASF dual-hosted git repository.
hepin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git
The following commit(s) were added to refs/heads/main by this push:
new 2c4d0ee02d =sbt Bump reactive-stream-version to 1.0.4
2c4d0ee02d is described below
commit 2c4d0ee02dd9845524a7db8e1906fd37d55286ed
Author: He-Pin <[email protected]>
AuthorDate: Fri Mar 24 00:46:48 2023 +0800
=sbt Bump reactive-stream-version to 1.0.4
---
project/Dependencies.scala | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index c0d480660f..e34100ca8e 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -42,7 +42,7 @@ object Dependencies {
val scala3Version = "3.2.2" // Needed for Jackson 2.14.2
val allScalaVersions = Seq(scala213Version, scala212Version, scala3Version)
- val reactiveStreamsVersion = "1.0.3"
+ val reactiveStreamsVersion = "1.0.4"
val sslConfigVersion = Def.setting {
if (scalaVersion.value.startsWith("3.")) {
@@ -99,7 +99,7 @@ object Dependencies {
val jctools = "org.jctools" % "jctools-core" % "3.3.0" // ApacheV2
// reactive streams
- val reactiveStreams = "org.reactivestreams" % "reactive-streams" %
reactiveStreamsVersion // CC0
+ val reactiveStreams = "org.reactivestreams" % "reactive-streams" %
reactiveStreamsVersion // MIT-0
// ssl-config
val sslConfigCore = Def.setting {
@@ -202,7 +202,8 @@ object Dependencies {
val slf4jLog4j = "org.slf4j" % "log4j-over-slf4j" % slf4jVersion % Test
// MIT
// reactive streams tck
- val reactiveStreamsTck = "org.reactivestreams" % "reactive-streams-tck"
% reactiveStreamsVersion % Test // CC0
+ val reactiveStreamsTck = ("org.reactivestreams" % "reactive-streams-tck"
% reactiveStreamsVersion % Test)
+ .exclude("org.testng", "testng") // MIT-0
val protobufRuntime = "com.google.protobuf" % "protobuf-java" %
protobufJavaVersion % Test
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]