We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c21bc6f commit 2a27740Copy full SHA for 2a27740
project/plugins.sbt
@@ -3,7 +3,7 @@ addSbtPlugin("org.wartremover" %% "sbt-wartremover" % "3.2.5")
3
addSbtPlugin("org.scalameta" %% "sbt-scalafmt" % "2.5.2")
4
addSbtPlugin("com.disneystreaming.smithy4s" %% "smithy4s-sbt-codegen" % "0.18.27")
5
addSbtPlugin("com.typesafe.play" %% "sbt-plugin" % "2.9.6")
6
-addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.2.2")
+addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.3.0")
7
8
ThisBuild / dependencyOverrides ++= Seq(
9
"org.scala-lang.modules" %% "scala-xml" % "2.3.0"
0 commit comments