Skip to content

Commit 0fd39f5

Browse files
committed
Reorganized and added snyk support
1 parent b0ea071 commit 0fd39f5

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

project/plugins.sbt

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
// The Play plugin
22
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.10")
3+
4+
// build management and packaging
35
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")
6+
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.2")
7+
8+
// coverage
9+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
10+
addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "1.3.12")
11+
12+
// preparation for dependency checking
13+
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.1")
14+
415

516
// web plugins
617
addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.1.3")
718
addSbtPlugin("com.typesafe.sbt" % "sbt-gzip" % "1.0.2")
819

920
resolvers += "Typesafe Repository" at "https://repo.typesafe.com/typesafe/releases/"
10-
11-
// coverage
12-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
13-
addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "1.3.12")

0 commit comments

Comments
 (0)