Author: boisvert
Date: Thu Aug 14 06:33:38 2008
New Revision: 685888
URL: http://svn.apache.org/viewvc?rev=685888&view=rev
Log:
Upgrade to ScalaCheck 1.4
Modified:
incubator/buildr/trunk/CHANGELOG
incubator/buildr/trunk/lib/buildr/java/test_frameworks.rb
Modified: incubator/buildr/trunk/CHANGELOG
URL:
http://svn.apache.org/viewvc/incubator/buildr/trunk/CHANGELOG?rev=685888&r1=685887&r2=685888&view=diff
==============================================================================
--- incubator/buildr/trunk/CHANGELOG (original)
+++ incubator/buildr/trunk/CHANGELOG Thu Aug 14 06:33:38 2008
@@ -6,6 +6,7 @@
with supported terminal, error message is red.
* Change: BUILDR-104 Buildr::group has :under and :version, but not :type.
Now it has :type too (Lacton).
+* Change: Upgrade to ScalaCheck 1.4
* Fixed: BUILDR-106 download(artifact(...)=>url) broken in certain cases
(Lacton).
* Fixed: BUILDR-108 Trace to explain why a compile is done (Lacton).
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=685888&r1=685887&r2=685888&view=diff
==============================================================================
--- incubator/buildr/trunk/lib/buildr/java/test_frameworks.rb (original)
+++ incubator/buildr/trunk/lib/buildr/java/test_frameworks.rb Thu Aug 14
06:33:38 2008
@@ -101,7 +101,7 @@
# ScalaCheck is available when using ScalaTest
module ScalaCheck
# ScalaCheck version number.
- VERSION = '1.3' unless const_defined?('VERSION')
+ VERSION = '1.4' unless const_defined?('VERSION')
# ScalaCheck artifact(s)
REQUIRES = ["org.scalacheck:scalacheck:jar:#{VERSION}"]
end