Skip to content

Instantly share code, notes, and snippets.

@musale
Created March 12, 2018 08:48
Show Gist options
  • Save musale/2101d73bb7d60bca955b1311bd55eeed to your computer and use it in GitHub Desktop.
Save musale/2101d73bb7d60bca955b1311bd55eeed to your computer and use it in GitHub Desktop.
// The Typesafe repository
resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/"
// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.12")
// Scala formatting: "sbt scalafmt"
addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.12")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment