~wegtam/smederee
Showing details for patch ce51d7f8073dfface185d3fbc7b1b119851b166c.
diff -rN -u old-smederee/project/plugins.sbt new-smederee/project/plugins.sbt --- old-smederee/project/plugins.sbt 2024-11-22 10:14:18.548938018 +0000 +++ new-smederee/project/plugins.sbt 2024-11-22 10:14:18.548938018 +0000 @@ -6,7 +6,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4") addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1") addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.7")