aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
blob: 4889d6288ed203f5d2a778920c15019f272f77ef (plain) (blame)
1
2
3
4
5
6
7
8
9
name := "SiMS2"

normalizedName := "sims2"

version := "2.0"

scalaVersion := "2.9.0-1"

libraryDependencies += "org.scalatest" % "scalatest_2.9.0" % "1.6.1"