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.
2 parents 7da19fc + 8640fca commit bb50e77Copy full SHA for bb50e77
build.sbt
@@ -85,7 +85,7 @@ lazy val coverageParser = project
85
.in(file("coverage-parser"))
86
.settings(
87
libraryDependencies ++= Seq(
88
- "com.codacy" %% "codacy-api-scala" % "7.0.3",
+ "com.codacy" %% "codacy-api-scala" % "7.0.7",
89
"com.codacy" %% "codacy-plugins-api" % "5.2.0",
90
"org.scala-lang.modules" %% "scala-xml" % "1.2.0",
91
"org.scalatest" %% "scalatest" % "3.0.8" % Test
0 commit comments