You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by bo...@apache.org on 2008/08/15 23:26:59 UTC

svn commit: r686373 - /incubator/buildr/trunk/lib/buildr/java/test_frameworks.rb

Author: boisvert
Date: Fri Aug 15 14:26:59 2008
New Revision: 686373

URL: http://svn.apache.org/viewvc?rev=686373&view=rev
Log:
Revert to Scalacheck 1.3 until artifact is mirrored on scala-tools.org

Modified:
    incubator/buildr/trunk/lib/buildr/java/test_frameworks.rb

Modified: incubator/buildr/trunk/lib/buildr/java/test_frameworks.rb
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/lib/buildr/java/test_frameworks.rb?rev=686373&r1=686372&r2=686373&view=diff
==============================================================================
--- incubator/buildr/trunk/lib/buildr/java/test_frameworks.rb (original)
+++ incubator/buildr/trunk/lib/buildr/java/test_frameworks.rb Fri Aug 15 14:26:59 2008
@@ -101,7 +101,7 @@
   # ScalaCheck is available when using ScalaTest
   module ScalaCheck
     # ScalaCheck version number.
-    VERSION = '1.4' unless const_defined?('VERSION')
+    VERSION = '1.3' unless const_defined?('VERSION')
     # ScalaCheck artifact(s)
     REQUIRES = ["org.scalacheck:scalacheck:jar:#{VERSION}"]
   end