mberndt123 opened a new pull request, #15239: URL: https://github.com/apache/kafka/pull/15239
Hey there, The motivation for this PR is that we're trying to migrate our codebase to Scala 3. Since Scala 3 is able to consume Scala 2.13 libraries, we can use the Scala 2.13 version of kafka-streams-scala, but that pulls in the scala-collections-compat_2.13 library as a dependency. Another one of our dependencies pulls in scala-collections-compat_3, and you can't have both on the classpath at the same time. Luckily this library is actually not required at all when compiling with Scala 2.13, so that dependency should just be removed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org