akatona84 commented on code in PR #11982:
URL: https://github.com/apache/kafka/pull/11982#discussion_r1449041296


##########
build.gradle:
##########
@@ -998,6 +973,9 @@ project(':core') {
   if (userEnableTestCoverage) {
     scoverage {
       scoverageVersion = versions.scoverage
+      if (versions.baseScala == '2.13') {
+        scoverageScalaVersion = '2.13.8' // there's no 2.13.10 artifact, 
org.scoverage:scalac-scoverage-plugin_2.13.8:1.4.11 is the latest as of now

Review Comment:
   I'm not sure how it works actually, but assuming it's pulling in another 
dependency where the transitive scala deps are overridden by the newer, 
currently set one. Or it's restricted only for the plugin.
   will check



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