Skip to content

Commit

Permalink
server: Integrated sbt-errors-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh Chakrabarti authored and AlexITC committed Oct 9, 2018
1 parent 3bf3fce commit 1680b7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.13")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")

addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "1.3.12")
addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "1.3.12")

addSbtPlugin("org.duhemm" % "sbt-errors-summary" % "0.6.0")

0 comments on commit 1680b7b

Please sign in to comment.