aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2012-10-18 12:47:14 +0200
committerJakob Odersky <jodersky@gmail.com>2012-10-18 12:47:14 +0200
commitccd005b60d87e800718fed605ef4ce2b226b942c (patch)
tree4c6dbc241c95e1bc4d8c5ac6edbb1dc7e6247b21 /build.sbt
parenta4625a6010de7bd32f791200c688a5b5bb9f7b78 (diff)
downloadscalam-ccd005b60d87e800718fed605ef4ce2b226b942c.tar.gz
scalam-ccd005b60d87e800718fed605ef4ce2b226b942c.tar.bz2
scalam-ccd005b60d87e800718fed605ef4ce2b226b942c.zip
lots of changes:
*refactor styles to seperate packages *add io support *add interpreter support (removes need for seperate matlab instance for every figure)) *add plotting syntactic sugar
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt7
1 files changed, 1 insertions, 6 deletions
diff --git a/build.sbt b/build.sbt
index 407a5e3..b3f087e 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,6 +1,6 @@
name := "scalam"
-version := "1.0"
+version := "1.0-SNAPSHOT"
scalaVersion := "2.9.2"
@@ -10,11 +10,6 @@ libraryDependencies += "com.github.scala-incubator.io" %% "scala-io-file" % "0.4
libraryDependencies += "org.scalanlp" %% "breeze-math" % "0.1"
-//onejar
-seq(com.github.retronym.SbtOneJar.oneJarSettings: _*)
-
-libraryDependencies += "commons-lang" % "commons-lang" % "2.6"
-
//libraryDependencies += "org.scala-lang" % "scala-swing" % "2.9.2"