dejan2609 opened a new pull request, #20686:
URL: https://github.com/apache/kafka/pull/20686

   :bulb: Rationale: Kafka is now using a single Scala version.
   
   Notes: 
   1. I would even go further and remove references for `baseScala` given the 
fact that they now **always** resolve to `versions.scala`
   2. Also: `scalaVersion` can be removed from `gradle.properties`, and hence 
just a single line would be sufficient: 
   ```
   dependencies.gradle
   ...
      versions += [
      ...
      scala: "2.13.17",
      ...
      ]
   ```
   LMKWYT @chia7712 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to