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

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


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

commit 8f487b76deaff80e900fc23ea85ab0c55520365a
Author: Chetan Mehrotra <chet...@apache.org>
AuthorDate: Wed Nov 7 07:03:07 2018 +0530

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

diff --git a/settings.gradle b/settings.gradle
index baeb0be..7c742d4 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -24,7 +24,7 @@ gradle.ext.openwhisk = [
 ]
 
 gradle.ext.scala = [
-    version: '2.11.8',
+    version: '2.12.7',
     compileFlags: ['-feature', '-unchecked', '-deprecation', 
'-Xfatal-warnings', '-Ywarn-unused-import']
 ]
 

Reply via email to