You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by dj...@apache.org on 2009/10/31 17:48:29 UTC

svn commit: r831564 - /buildr/trunk/lib/buildr/scala/compiler.rb

Author: djspiewak
Date: Sat Oct 31 16:48:28 2009
New Revision: 831564

URL: http://svn.apache.org/viewvc?rev=831564&view=rev
Log:
Updated default Scala version to 2.7.7

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=831564&r1=831563&r2=831564&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/scala/compiler.rb (original)
+++ buildr/trunk/lib/buildr/scala/compiler.rb Sat Oct 31 16:48:28 2009
@@ -19,7 +19,7 @@
 require 'buildr/packaging'
 
 module Buildr::Scala
-  DEFAULT_VERSION = '2.7.5'   # currently the latest (Jun 19, 2009)
+  DEFAULT_VERSION = '2.7.7'   # currently the latest (Oct 31, 2009)
   
   class << self