summaryrefslogtreecommitdiff
path: root/build.sbt
blob: 2f3271dcf49092a5814b56ee22172f932800b37e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
name := "sims"

version := "1.2"

scalaVersion := "2.11.7"

scalacOptions ++= Seq("-deprecation", "-feature")

libraryDependencies ++= Seq(
  "org.scala-lang.modules" %% "scala-swing" % "2.0.0-M2",
  "com.typesafe.akka" %% "akka-actor" % "2.3.11"
)