You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2017/11/07 12:30:15 UTC

kafka git commit: MINOR: Update Scala to 2.12.4

Repository: kafka
Updated Branches:
  refs/heads/1.0 82292faac -> c7beccc5d


MINOR: Update Scala to 2.12.4

Mainly for Java 9 fixes and improved compilation times (5-10% reduction):

http://www.scala-lang.org/news/2.12.4

Author: Ismael Juma <is...@juma.me.uk>

Reviewers: Rajini Sivaram <ra...@googlemail.com>

Closes #4102 from ijuma/update-scala-version


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/c7beccc5
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/c7beccc5
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/c7beccc5

Branch: refs/heads/1.0
Commit: c7beccc5dabfe08d3464178edb2eda2160f38e75
Parents: 82292fa
Author: Ismael Juma <is...@juma.me.uk>
Authored: Mon Oct 23 11:39:39 2017 +0100
Committer: Ismael Juma <is...@juma.me.uk>
Committed: Tue Nov 7 12:30:08 2017 +0000

----------------------------------------------------------------------
 gradle/dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/c7beccc5/gradle/dependencies.gradle
----------------------------------------------------------------------
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index c146a58..46ac7ed 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -30,7 +30,7 @@ ext {
 
 // Add Scala version
 def defaultScala211Version = '2.11.11'
-def defaultScala212Version = '2.12.3'
+def defaultScala212Version = '2.12.4'
 if (hasProperty('scalaVersion')) {
   if (scalaVersion == '2.11') {
     versions["scala"] = defaultScala211Version