From commits-return-6138-archive-asf-public=cust-asf.ponee.io@openwhisk.apache.org Wed Nov 7 00:49:50 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 4FD4F180658 for ; Wed, 7 Nov 2018 00:49:50 +0100 (CET) Received: (qmail 31631 invoked by uid 500); 6 Nov 2018 23:49:49 -0000 Mailing-List: contact commits-help@openwhisk.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.apache.org Delivered-To: mailing list commits@openwhisk.apache.org Received: (qmail 31622 invoked by uid 99); 6 Nov 2018 23:49:49 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Nov 2018 23:49:49 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id DDC99807B8; Tue, 6 Nov 2018 23:49:48 +0000 (UTC) Date: Tue, 06 Nov 2018 23:49:48 +0000 To: "commits@openwhisk.apache.org" Subject: [incubator-openwhisk-package-pushnotifications] branch master updated: Switch to Scala 2.12.7 (#91) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154154818885.6339.2342224129943816132@gitbox.apache.org> From: csantanapr@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-openwhisk-package-pushnotifications X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 289826bcc109930c6315f98475a1d4dd0ef87d64 X-Git-Newrev: 4a8a24e70711b557292889d25aa777309eec7044 X-Git-Rev: 4a8a24e70711b557292889d25aa777309eec7044 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 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'] ]