Skip to content

Commit

Permalink
Merge pull request #433 from codacy/fix/improve-retry-mechanism-2-IO-257
Browse files Browse the repository at this point in the history
fix: improve retry mechanism IO-257
  • Loading branch information
pedrocodacy authored Nov 18, 2022
2 parents 7da19fc + 8640fca commit bb50e77
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 bb50e77

Please sign in to comment.