From 7f6a486a530dd43713b1e7c412b55b218cefc9ec Mon Sep 17 00:00:00 2001 From: atala-dev <57987237+atala-dev@users.noreply.github.com> Date: Fri, 16 Feb 2024 19:44:47 +0000 Subject: [PATCH] Update sbt-scoverage to 2.0.10 in main (#228) Signed-off-by: atala-dev <57987237+atala-dev@users.noreply.github.com> --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index fffc1109..e973da92 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -41,7 +41,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") // sbt> dependencyUpdates // TEST COVERAGE -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9") // Needs scala version 3.3.0 +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.10") // Needs scala version 3.3.0 // Revolver use for command 'reStart' (like the command 'run' but run on the backgroun by forking the app from sbt) addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")