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