We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f48e1 commit 4916250Copy full SHA for 4916250
2 files changed
project/Dependencies.scala
@@ -2,7 +2,7 @@ import sbt._
2
3
object Dependencies {
4
5
- val codacyPluginsVersion = "23.0.0_play_2.7"
+ val codacyPluginsVersion = "24.2.0_play_2.7"
6
val circeVersion = "0.12.3"
7
val specs2Version = "4.8.1"
8
val codacyApiVersion = "20.31.0"
project/plugins.sbt
@@ -1,4 +1,4 @@
1
-addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "21.0.0")
+addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "21.0.3")
// Coverage
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
0 commit comments