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/09 14:24:06 UTC

kafka git commit: MINOR: Update Scala 2.11 to 2.11.12

Repository: kafka
Updated Branches:
  refs/heads/trunk fef80c863 -> 4a55818bb


MINOR: Update Scala 2.11 to 2.11.12

The main change is Java 9 support.

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

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

Closes #4185 from ijuma/scala-2.11.12


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

Branch: refs/heads/trunk
Commit: 4a55818bbfb8d104b1ef34c5b9d96184e8187c5c
Parents: fef80c8
Author: Ismael Juma <is...@juma.me.uk>
Authored: Thu Nov 9 14:23:54 2017 +0000
Committer: Ismael Juma <is...@juma.me.uk>
Committed: Thu Nov 9 14:23:54 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/kafka/blob/4a55818b/gradle/dependencies.gradle
----------------------------------------------------------------------
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 46ac7ed..cfb0b9b 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -29,7 +29,7 @@ ext {
 }
 
 // Add Scala version
-def defaultScala211Version = '2.11.11'
+def defaultScala211Version = '2.11.12'
 def defaultScala212Version = '2.12.4'
 if (hasProperty('scalaVersion')) {
   if (scalaVersion == '2.11') {