Android, Scala, SBT and (*&^% org.scalatest#scalatest_2.8.1;1.6.1: not found
Published by emacstheviking on Tue, 09/27/2011 - 21:26
After much MUCH swearing and cursing and after finding this page on the net:
http://www.scalatest.org/download
I finally managed to get my scala sbt android project to bloody work using 2.8.1 as the base, having built an emulator ramdisk with the predexed jars already on it.
How? I changed the 1.6.1 to 1.5.1, which seems to fit the text of the above page i.e. 1.6.1 is for scala 2.9.1 and 1.5.1 is for 2.8.1+
In fact, here is my complete build.scala file from the project directory.