Skip to content

Commit 2a27740

Browse files
committed
chore: update sbt-scoverage from 2.2.2 to 2.3.0
1 parent c21bc6f commit 2a27740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ addSbtPlugin("org.wartremover" %% "sbt-wartremover" % "3.2.5")
33
addSbtPlugin("org.scalameta" %% "sbt-scalafmt" % "2.5.2")
44
addSbtPlugin("com.disneystreaming.smithy4s" %% "smithy4s-sbt-codegen" % "0.18.27")
55
addSbtPlugin("com.typesafe.play" %% "sbt-plugin" % "2.9.6")
6-
addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.2.2")
6+
addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.3.0")
77

88
ThisBuild / dependencyOverrides ++= Seq(
99
"org.scala-lang.modules" %% "scala-xml" % "2.3.0"

0 commit comments

Comments
 (0)