jlprat commented on a change in pull request #10934:
URL: https://github.com/apache/kafka/pull/10934#discussion_r659831262



##########
File path: gradle/dependencies.gradle
##########
@@ -179,10 +183,10 @@ libs += [
   powermockEasymock: 
"org.powermock:powermock-api-easymock:$versions.powermock",
   reflections: "org.reflections:reflections:$versions.reflections",
   rocksDBJni: "org.rocksdb:rocksdbjni:$versions.rocksDB",
-  scalaCollectionCompat: 
"org.scala-lang.modules:scala-collection-compat_$versions.baseScala:$versions.scalaCollectionCompat",
-  scalaJava8Compat: 
"org.scala-lang.modules:scala-java8-compat_$versions.baseScala:$versions.scalaJava8Compat",
   scalaLibrary: "org.scala-lang:scala-library:$versions.scala",
-  scalaLogging: 
"com.typesafe.scala-logging:scala-logging_$versions.baseScala:$versions.scalaLogging",
+  scala3Library: "org.scala-lang:scala3-library_3:3.0.0",

Review comment:
       I can add a couple of extra variables, but please notice that the 
library changed in the name as well:
   it's `scala3-library_3:3.0.0` vs. `scala-library_2.13:2:13.16
   Notice the extra `3` right after `scala`.




-- 
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


Reply via email to