From commits-return-7805-apmail-buildr-commits-archive=buildr.apache.org@buildr.apache.org Wed Nov 2 07:09:11 2016 Return-Path: X-Original-To: apmail-buildr-commits-archive@www.apache.org Delivered-To: apmail-buildr-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 50DA219624 for ; Wed, 2 Nov 2016 07:09:11 +0000 (UTC) Received: (qmail 82260 invoked by uid 500); 2 Nov 2016 07:09:11 -0000 Delivered-To: apmail-buildr-commits-archive@buildr.apache.org Received: (qmail 82233 invoked by uid 500); 2 Nov 2016 07:09:11 -0000 Mailing-List: contact commits-help@buildr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@buildr.apache.org Delivered-To: mailing list commits@buildr.apache.org Received: (qmail 82174 invoked by uid 99); 2 Nov 2016 07:09:11 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Nov 2016 07:09:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 08F8DE0A05; Wed, 2 Nov 2016 07:09:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: toulmean@apache.org To: commits@buildr.apache.org Message-Id: <4525250ed3f5471ebbda0feff7a4adcb@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: buildr git commit: Change version of scalamain to one that will work with JDK7 Date: Wed, 2 Nov 2016 07:09:11 +0000 (UTC) Repository: buildr Updated Branches: refs/heads/master ed77d8311 -> 56fbfa527 Change version of scalamain to one that will work with JDK7 Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/56fbfa52 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/56fbfa52 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/56fbfa52 Branch: refs/heads/master Commit: 56fbfa52721025c0bba1c749202c620b458d63da Parents: ed77d83 Author: Antoine Toulme Authored: Wed Nov 2 00:09:02 2016 -0700 Committer: Antoine Toulme Committed: Wed Nov 2 00:09:02 2016 -0700 ---------------------------------------------------------------------- lib/buildr/scala/compiler.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/56fbfa52/lib/buildr/scala/compiler.rb ---------------------------------------------------------------------- diff --git a/lib/buildr/scala/compiler.rb b/lib/buildr/scala/compiler.rb index c295c4e..6257817 100644 --- a/lib/buildr/scala/compiler.rb +++ b/lib/buildr/scala/compiler.rb @@ -90,7 +90,7 @@ module Buildr::Scala DEFAULT_ZINC_VERSION = '0.3.12' DEFAULT_SBT_VERSION = '0.13.12' DEFAULT_JLINE_VERSION = '2.14.2' - DEFAULT_SCALAMAIN_VERSION = '1.0.0' + DEFAULT_SCALAMAIN_VERSION = '1.0.3' class << self def scala_home