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

version := "1.1"

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"
)