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 <antoine@lunar-ocean.com>
Authored: Wed Nov 2 00:09:02 2016 -0700
Committer: Antoine Toulme <antoine@lunar-ocean.com>
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
|