Return-Path: Delivered-To: apmail-buildr-commits-archive@www.apache.org Received: (qmail 13033 invoked from network); 21 Jul 2010 18:17:48 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Jul 2010 18:17:48 -0000 Received: (qmail 30812 invoked by uid 500); 21 Jul 2010 18:17:48 -0000 Delivered-To: apmail-buildr-commits-archive@buildr.apache.org Received: (qmail 30784 invoked by uid 500); 21 Jul 2010 18:17:47 -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 30777 invoked by uid 99); 21 Jul 2010 18:17:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jul 2010 18:17:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jul 2010 18:17:45 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 448AB23888E4; Wed, 21 Jul 2010 18:16:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r966343 - /buildr/trunk/lib/buildr/scala/compiler.rb Date: Wed, 21 Jul 2010 18:16:19 -0000 To: commits@buildr.apache.org From: boisvert@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100721181619.448AB23888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: boisvert Date: Wed Jul 21 18:16:18 2010 New Revision: 966343 URL: http://svn.apache.org/viewvc?rev=966343&view=rev Log: Forgot one biggie Modified: buildr/trunk/lib/buildr/scala/compiler.rb Modified: buildr/trunk/lib/buildr/scala/compiler.rb URL: http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/scala/compiler.rb?rev=966343&r1=966342&r2=966343&view=diff ============================================================================== --- buildr/trunk/lib/buildr/scala/compiler.rb (original) +++ buildr/trunk/lib/buildr/scala/compiler.rb Wed Jul 21 18:16:18 2010 @@ -19,7 +19,7 @@ require 'buildr/core/compile' require 'buildr/packaging' module Buildr::Scala - DEFAULT_VERSION = '2.7.7' # currently the latest (Oct 31, 2009) + DEFAULT_VERSION = '2.8.0' class << self