summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-06-29 12:32:00 +0200
committerJakob Odersky <jodersky@gmail.com>2015-06-29 12:32:00 +0200
commit01c5c700647feba596e02cb7a2e672f5301504ff (patch)
treebb0b0e1c2efde6b5362a294089fe081db0724833 /build.sbt
parent998e545e8e42fee597f7274e47428d35dcf29e7b (diff)
downloadsims-01c5c700647feba596e02cb7a2e672f5301504ff.tar.gz
sims-01c5c700647feba596e02cb7a2e672f5301504ff.tar.bz2
sims-01c5c700647feba596e02cb7a2e672f5301504ff.zip
Port to scala 2.11
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt10
1 files changed, 10 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
new file mode 100644
index 0000000..24c097a
--- /dev/null
+++ b/build.sbt
@@ -0,0 +1,10 @@
+name := "sims"
+
+version := "1.1"
+
+scalaVersion := "2.11.7"
+
+libraryDependencies ++= Seq(
+ "org.scala-lang.modules" %% "scala-swing" % "2.0.0-M2",
+ "com.typesafe.akka" %% "akka-actor" % "2.3.11"
+)