Skip to content

Commit 8640fca

Browse files
committed
fix: improve retry mechanism IO-257
1 parent 7da19fc commit 8640fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ lazy val coverageParser = project
8585
.in(file("coverage-parser"))
8686
.settings(
8787
libraryDependencies ++= Seq(
88-
"com.codacy" %% "codacy-api-scala" % "7.0.3",
88+
"com.codacy" %% "codacy-api-scala" % "7.0.7",
8989
"com.codacy" %% "codacy-plugins-api" % "5.2.0",
9090
"org.scala-lang.modules" %% "scala-xml" % "1.2.0",
9191
"org.scalatest" %% "scalatest" % "3.0.8" % Test

0 commit comments

Comments
 (0)