Skip to content

Commit

Permalink
fix: improve retry mechanism IO-257
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrocodacy committed Nov 18, 2022
1 parent 7da19fc commit 8640fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ lazy val coverageParser = project
.in(file("coverage-parser"))
.settings(
libraryDependencies ++= Seq(
"com.codacy" %% "codacy-api-scala" % "7.0.3",
"com.codacy" %% "codacy-api-scala" % "7.0.7",
"com.codacy" %% "codacy-plugins-api" % "5.2.0",
"org.scala-lang.modules" %% "scala-xml" % "1.2.0",
"org.scalatest" %% "scalatest" % "3.0.8" % Test
Expand Down

0 comments on commit 8640fca

Please sign in to comment.