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 11// The Play plugin
22addSbtPlugin(" com.typesafe.play" % " sbt-plugin" % " 2.6.10" )
3+
4+ // build management and packaging
35addSbtPlugin(" 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
617addSbtPlugin(" com.typesafe.sbt" % " sbt-digest" % " 1.1.3" )
718addSbtPlugin(" com.typesafe.sbt" % " sbt-gzip" % " 1.0.2" )
819
920resolvers += " 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