summaryrefslogblamecommitdiff
path: root/build.sbt
blob: 2f3271dcf49092a5814b56ee22172f932800b37e (plain) (tree)
1
2
3
4
5
6
7
8

              
                


                        

                                                 



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