Skip to content

Commit a449878

Browse files
author
Hariharan Ramanathan
committed
- Upgraded play sbt plugin to 2.7.3
- Upgraded native packager to 1.3.15 - Upgraded codacy to 1.3.14
1 parent 566a8cb commit a449878

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/plugins.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
// The Play plugin
2-
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.14")
2+
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.3")
33

44
// build management and packaging
55
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")
6-
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.2")
6+
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.15")
77

88
// coverage
99
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
10-
addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "1.3.12")
10+
addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "1.3.14")
1111

1212
// preparation for dependency checking
1313
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.1")

0 commit comments

Comments
 (0)