We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 566a8cb commit a449878Copy full SHA for a449878
project/plugins.sbt
@@ -1,13 +1,13 @@
1
// The Play plugin
2
-addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.14")
+addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.3")
3
4
// build management and packaging
5
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")
6
-addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.2")
+addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.15")
7
8
// coverage
9
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
10
-addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "1.3.12")
+addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "1.3.14")
11
12
// preparation for dependency checking
13
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.1")
0 commit comments