diff --git a/project/plugins.sbt b/project/plugins.sbt index 88729a36..833104d5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -41,7 +41,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") // sbt> dependencyUpdates // TEST COVERAGE -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12") // Needs scala version 3.3.0 +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2") // 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")