~jan0sch/smederee

Showing details for patch ad370534b5fc3a11a077a753acaecffb98b1814d.
2023-07-07 (Fri), 9:16 AM - Jens Grassel - ad370534b5fc3a11a077a753acaecffb98b1814d

Update scalafix to 0.11.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	2025-01-15 21:35:19.978457072 +0000
+++ new-smederee/project/plugins.sbt	2025-01-15 21:35:19.978457072 +0000
@@ -5,7 +5,7 @@
 addSbtPlugin("de.heikoseeberger" % "sbt-header"          % "5.9.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.10.4")
+addSbtPlugin("ch.epfl.scala"     % "sbt-scalafix"        % "0.11.0")
 addSbtPlugin("org.scalameta"     % "sbt-scalafmt"        % "2.5.0")
 addSbtPlugin("org.scoverage"     % "sbt-scoverage"       % "2.0.7")
 addSbtPlugin("com.typesafe.play" % "sbt-twirl"           % "1.6.0-RC4")