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-package-pushnotifications.git
The following commit(s) were added to refs/heads/master by this push:
new 4a8a24e Switch to Scala 2.12.7 (#91)
4a8a24e is described below
commit 4a8a24e70711b557292889d25aa777309eec7044
Author: Chetan Mehrotra <chetanm@apache.org>
AuthorDate: Wed Nov 7 05:19:44 2018 +0530
Switch to Scala 2.12.7 (#91)
---
.travis.yml | 2 +-
settings.gradle | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index f80e115..a5036d5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ sudo: required
language: scala
scala:
- - 2.11.6
+ - 2.12.7
services:
- docker
diff --git a/settings.gradle b/settings.gradle
index e422fa2..22158d2 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -7,6 +7,6 @@ gradle.ext.openwhisk = [
]
gradle.ext.scala = [
- version: '2.11.8',
+ version: '2.12.7',
compileFlags: ['-feature', '-unchecked', '-deprecation', '-Xfatal-warnings', '-Ywarn-unused-import']
]
|