organization := "com.github.casualjim"
name := "playground"
version := "0.1.0-SNAPSHOT"
scalaVersion := "2.10.0-RC2"
javacOptions ++= Seq("-Xlint:unchecked", "-Xlint:deprecation")
scalacOptions ++= Seq("-unchecked", "-deprecation", "-Xcheckinit", "-encoding", "utf8", "-language:reflectiveCalls")
//libraryDependencies ++= Seq(
//"org.specs2" % "specs2_2.10.0-RC2" % "1.13-SNAPSHOT" % "test")
resolvers += "Sonatype OSS Snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/"
resolvers += "Sonatype OSS Releases" at "http://oss.sonatype.org/content/repositories/releases/"
//testOptions += Tests.Argument(TestFrameworks.Specs2, "console", "junitxml")