-
Notifications
You must be signed in to change notification settings - Fork 19
Conversation
Signed-off-by: Matthew de Detrich <[email protected]>
c5bf6c1
to
9988fa1
Compare
@@ -31,7 +31,7 @@ object Dependencies { | |||
private val scalaParallelCollections = | |||
"org.scala-lang.modules" %% "scala-parallel-collections" % versions.scalaParallelCollections | |||
|
|||
private val testSeq = Seq(scalaTest, pekkoTestKit) | |||
private val testSeq = Seq(scalaTest, pekkoTestKit, pekkoStream) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is needed otherwise you get
[info] org.zalando.kanadi.CommitCursorOmittedSpec *** ABORTED ***
[info] java.lang.IllegalStateException: You are using version 1.0.2 of Apache Pekko, but it appears you (perhaps indirectly) also depend on older versions of related artifacts. You can solve this by adding an explicit dependency on version 1.0.2 of the [pekko-protobuf-v3, pekko-stream] artifacts to your project. Here's a complete collection of detected artifacts: (1.0.1, [pekko-protobuf-v3, pekko-stream]), (1.0.2, [pekko-actor, pekko-testkit]). See also: https://pekko.apache.org/docs/pekko/current/common/binary-compatibility-rules.html#mixed-versioning-is-not-allowed
Pull Request Test Coverage Report for Build 8400646862Details
💛 - Coveralls |
1 similar comment
Pull Request Test Coverage Report for Build 8400646862Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 8400646817Details
💛 - Coveralls |
Hi @mdedetrich One update: the company has decided to move all nakadi related projects to the internal github-repository and archive the public ones. In this way there won't be any updates anymore... -- |
Thanks for letting me know! I'm happy that Kanadi was useful until now. |
No description provided.