From commits-return-6151-archive-asf-public=cust-asf.ponee.io@openwhisk.apache.org Wed Nov 7 01:30:09 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 E67F2180658 for ; Wed, 7 Nov 2018 01:30:08 +0100 (CET) Received: (qmail 91018 invoked by uid 500); 7 Nov 2018 00:30:08 -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 91009 invoked by uid 99); 7 Nov 2018 00:30:08 -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; Wed, 07 Nov 2018 00:30:08 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 7A0D182C07; Wed, 7 Nov 2018 00:30:07 +0000 (UTC) Date: Wed, 07 Nov 2018 00:30:07 +0000 To: "commits@openwhisk.apache.org" Subject: [incubator-openwhisk-runtime-swift] branch master updated: Switch to Scala 2.12.7 (#84) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154155060744.5261.12300831191202302221@gitbox.apache.org> From: csantanapr@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-openwhisk-runtime-swift X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: fff4ef92575a9948b8d5b6a24a75265a9a2931c0 X-Git-Newrev: 4f7edbee56084227da04b7a8fb2aef7cacf1809f X-Git-Rev: 4f7edbee56084227da04b7a8fb2aef7cacf1809f 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-runtime-swift.git The following commit(s) were added to refs/heads/master by this push: new 4f7edbe Switch to Scala 2.12.7 (#84) 4f7edbe is described below commit 4f7edbee56084227da04b7a8fb2aef7cacf1809f Author: Chetan Mehrotra AuthorDate: Wed Nov 7 06:00:01 2018 +0530 Switch to Scala 2.12.7 (#84) --- .travis.yml | 2 +- settings.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4fc0be2..1d530a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ sudo: required group: deprecated-2017Q3 language: scala scala: - - 2.11.8 + - 2.12.7 services: - docker diff --git a/settings.gradle b/settings.gradle index 222efe1..0009fa4 100644 --- a/settings.gradle +++ b/settings.gradle @@ -28,7 +28,7 @@ gradle.ext.openwhisk = [ ] gradle.ext.scala = [ - version: '2.11.11', + version: '2.12.7', compileFlags: ['-feature', '-unchecked', '-deprecation', '-Xfatal-warnings', '-Ywarn-unused-import'] ]