~jan0sch/smederee

Showing details for patch 28ab2cca3a61768d8581750618ac11b25309aa5c.
2024-05-06 (Mon), 4:09 PM - Jens Grassel - 28ab2cca3a61768d8581750618ac11b25309aa5c

Update scalafix to 0.12.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-11 22:56:18.265476632 +0000
+++ new-smederee/project/plugins.sbt	2025-01-11 22:56:18.265476632 +0000
@@ -6,7 +6,7 @@
 addSbtPlugin("de.heikoseeberger"       % "sbt-header"          % "5.10.0")
 addSbtPlugin("com.github.sbt"          % "sbt-native-packager" % "1.10.0")
 addSbtPlugin("io.spray"                % "sbt-revolver"        % "0.10.0")
-addSbtPlugin("ch.epfl.scala"           % "sbt-scalafix"        % "0.12.0")
+addSbtPlugin("ch.epfl.scala"           % "sbt-scalafix"        % "0.12.1")
 addSbtPlugin("org.scalameta"           % "sbt-scalafmt"        % "2.5.2")
 addSbtPlugin("org.scoverage"           % "sbt-scoverage"       % "2.0.12")
 addSbtPlugin("org.playframework.twirl" % "sbt-twirl"           % "2.0.5")