I don't know anything about ScalaTest, but Specs and ScalaCheck are
both updated within my Git fork. http://github.com/djspiewak/buildr
Daniel
On Feb 15, 2009, at 11:40 PM, Alex Boisvert <[email protected]>
wrote:
(Resending... forgot the "s" in [email protected])
Buildr currently assumes Scala 2.7.1 as default by its choice of test
libraries (scala-specs 1.2.9, scalatest 0.9.3 and scalacheck 1.3)
which are
binary-incompatible with newer versions of Scala.
Would anyone object to upgrading these libraries to the latest
currently
available? I understand we want to maintain backward compatibility
in
Buildr but if no one is still using Scala 2.7.1 then I don't think
it makes
much sense to do so.
Perhaps it would make more sense to have no library defaults until
things
have stabilized? (i.e., require users to specify versions in
build.yaml)
alex