Skip to content

Instantly share code, notes, and snippets.

@ilaborie
Created August 25, 2013 20:56
Show Gist options
  • Save ilaborie/6336255 to your computer and use it in GitHub Desktop.
Save ilaborie/6336255 to your computer and use it in GitHub Desktop.
A Basic SBT project with ScalaTest and Scalastyle
name := "Imaging"
version := "1.0"
scalaVersion := "2.10.2"
libraryDependencies += "org.scalatest" %% "scalatest" % "1.9.1" % "test"
// Scalastyle
org.scalastyle.sbt.ScalastylePlugin.Settings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment