Skip to content

Instantly share code, notes, and snippets.

@nicholasf
Created June 9, 2015 09:36
name := "bogan-ipsum"
version := "1.0"
scalaVersion := "2.11.6"
libraryDependencies ++= {
Seq(
"org.scalatest" %% "scalatest" % scalaTestV % "test",
"org.json4s" %% "json4s-jackson" % "3.2.11"
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment