This is an automated email from the ASF dual-hosted git repository.

csantanapr pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-catalog.git


The following commit(s) were added to refs/heads/master by this push:
     new b816855  Switch to Scala 2.12.7 (#285)
b816855 is described below

commit b81685582e8b8fae71b4978ca5f878c57617e7f4
Author: Chetan Mehrotra <chet...@apache.org>
AuthorDate: Wed Nov 7 05:54:24 2018 +0530

    Switch to Scala 2.12.7 (#285)
---
 settings.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings.gradle b/settings.gradle
index 8fc6f8f..996b39b 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -24,6 +24,6 @@ gradle.ext.openwhisk = [
 ]
 
 gradle.ext.scala = [
-    version: '2.11.11',
+    version: '2.12.7',
     compileFlags: ['-feature', '-unchecked', '-deprecation', 
'-Xfatal-warnings', '-Ywarn-unused-import']
 ]

Reply via email to