~jan0sch/smederee

Showing details for patch 7d4e70e61795973869163a6b606b7d5c2707dfa5.
2023-10-20 (Fri), 4:12 PM - Jens Grassel - 7d4e70e61795973869163a6b606b7d5c2707dfa5

Update scalafix to 0.11.1

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	2025-01-14 09:58:01.841471898 +0000
+++ new-smederee/project/plugins.sbt	2025-01-14 09:58:01.841471898 +0000
@@ -5,7 +5,7 @@
 addSbtPlugin("de.heikoseeberger" % "sbt-header"          % "5.10.0")
 addSbtPlugin("com.github.sbt"    % "sbt-native-packager" % "1.9.16")
 addSbtPlugin("io.spray"          % "sbt-revolver"        % "0.10.0")
-addSbtPlugin("ch.epfl.scala"     % "sbt-scalafix"        % "0.11.0")
+addSbtPlugin("ch.epfl.scala"     % "sbt-scalafix"        % "0.11.1")
 addSbtPlugin("org.scalameta"     % "sbt-scalafmt"        % "2.5.0")
 addSbtPlugin("org.scoverage"     % "sbt-scoverage"       % "2.0.8")
 addSbtPlugin("com.typesafe.play" % "sbt-twirl"           % "1.6.1")