Skip to content

Commit

Permalink
Merge pull request #193 from innFactory/update/sbt-scoverage-2.0.9
Browse files Browse the repository at this point in the history
chore: update sbt-scoverage from 2.0.8 to 2.0.9
  • Loading branch information
mergify[bot] authored Sep 9, 2023
2 parents 8822330 + 113fa13 commit 23b7eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ addSbtPlugin("org.wartremover" %% "sbt-wartremover" % "3.1.3")
addSbtPlugin("org.scalameta" %% "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.disneystreaming.smithy4s" %% "smithy4s-sbt-codegen" % "0.17.19")
addSbtPlugin("com.typesafe.play" %% "sbt-plugin" % "2.8.19")
addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.0.8")
addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.0.9")

ThisBuild / dependencyOverrides ++= Seq(
"org.scala-lang.modules" %% "scala-xml" % "1.3.0"
Expand Down

0 comments on commit 23b7eee

Please sign in to comment.