Created
March 12, 2018 08:48
-
-
Save musale/2101d73bb7d60bca955b1311bd55eeed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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