Skip to content

Commit 613d1ea

Browse files
author
Hariharan Ramanathan
committed
Upgrading sbt codacy plugin for java 11
1 parent bb7f7d6 commit 613d1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.2")
44

55
// coverage
66
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
7-
addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "1.3.12")
7+
addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "1.3.14")
88

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

0 commit comments

Comments
 (0)