File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
// The Play plugin
2
2
addSbtPlugin(" com.typesafe.play" % " sbt-plugin" % " 2.6.10" )
3
+
4
+ // build management and packaging
3
5
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
+
4
15
5
16
// web plugins
6
17
addSbtPlugin(" com.typesafe.sbt" % " sbt-digest" % " 1.1.3" )
7
18
addSbtPlugin(" com.typesafe.sbt" % " sbt-gzip" % " 1.0.2" )
8
19
9
20
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" )
You can’t perform that action at this time.
0 commit comments