~wegtam/smederee

Showing details for patch ce51d7f8073dfface185d3fbc7b1b119851b166c.
2024-10-02 (Wed), 3:27 PM - Jens Grassel - ce51d7f8073dfface185d3fbc7b1b119851b166c

Update sbt-scalafix to 0.13.0

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • project/plugins.sbt with 1 added and 1 removed lines
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")