jberkel / android-plugin

An sbt plugin for Android development in Scala
https://groups.google.com/forum/#!forum/scala-on-android
Other
476 stars 113 forks source link

ScalaTest version 1.0 does not work with Scala 2.8.1 #28

Closed jbrechtel closed 13 years ago

jbrechtel commented 13 years ago

(Note, I submitted an issue for this as well)

Currently the 'test' target fails to compile because the version of ScalaTest used is not compatible with the default version of Scala.

These commits change the version of ScalaTest that projects created with the create_project script depend on according to their Scala version.

Scala 2.7.7 => ScalaTest 1.1 All Others => ScalaTest 1.2