Scalala has been superseded by dlwh/breeze. Scalala is a high performance numeric linear algebra library for Scala, with rich Matlab-like operators on vectors and matrices; a library of numerical routines; support for plotting.
apparently I'm cluttering the issues today, my honest apologies! However, it seems like def.scala.version=2.8.1 in project/build.properties should be replaced with def.scala.version=2.7.7 since sbt 0.7.x works with 2.7.7 only.
Although in my case everything built just fine with the current setting (I'm aware that it's not build.scala.version), I wasn't able to use sbt-idea until I switched back to 2.7.7. This problem might arise with other sbt processors, too.
Hi,
apparently I'm cluttering the issues today, my honest apologies! However, it seems like
def.scala.version=2.8.1
inproject/build.properties
should be replaced withdef.scala.version=2.7.7
since sbt 0.7.x works with 2.7.7 only. Although in my case everything built just fine with the current setting (I'm aware that it's notbuild.scala.version
), I wasn't able to use sbt-idea until I switched back to 2.7.7. This problem might arise with other sbt processors, too.Regards, Alexander