scalala / Scalala

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.
http://groups.google.com/group/scalala
GNU Lesser General Public License v2.1
298 stars 30 forks source link

upgrade sbt from 0.11.0 to 0.11.2 #40

Closed earldouglas closed 12 years ago

earldouglas commented 12 years ago

I upgraded sbt from 0.11.0 to 0.11.2, which allows the optional use of sbteclipse.

This required moving plugins.sbt to /project/, and switching xsbt-proguard-plugin to version (v+"-0.1.1").

dramage commented 12 years ago

Thanks for the update!