Skip to content

Instantly share code, notes, and snippets.

@casualjim
Created November 19, 2012 04:25
Show Gist options
  • Save casualjim/4108954 to your computer and use it in GitHub Desktop.
Save casualjim/4108954 to your computer and use it in GitHub Desktop.
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")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment