~jan0sch/smederee

Showing details for patch a82b0dd75d8abddd6116b4f325de506114bef062.
2022-11-23 (Wed), 3:19 PM - Jens Grassel - a82b0dd75d8abddd6116b4f325de506114bef062

Update (sbt) scalafmt to (2.5.0) 3.6.1

Summary of changes
2 files modified with 2 lines added and 2 lines removed
  • .scalafmt.conf with 1 added and 1 removed lines
  • 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-02-01 12:44:28.339009349 +0000
+++ new-smederee/project/plugins.sbt	2025-02-01 12:44:28.339009349 +0000
@@ -4,7 +4,7 @@
 addSbtPlugin("io.github.jonas"       % "sbt-paradox-material-theme" % "0.6.0")
 addSbtPlugin("io.spray"              % "sbt-revolver"               % "0.9.1")
 addSbtPlugin("ch.epfl.scala"         % "sbt-scalafix"               % "0.10.4")
-addSbtPlugin("org.scalameta"         % "sbt-scalafmt"               % "2.4.6")
+addSbtPlugin("org.scalameta"         % "sbt-scalafmt"               % "2.5.0")
 addSbtPlugin("com.typesafe.sbt"      % "sbt-site"                   % "1.4.1")
 addSbtPlugin("com.typesafe.sbt"      % "sbt-twirl"                  % "1.5.1")
 addSbtPlugin("com.github.sbt"        % "sbt-unidoc"                 % "0.5.0")
diff -rN -u old-smederee/.scalafmt.conf new-smederee/.scalafmt.conf
--- old-smederee/.scalafmt.conf	2025-02-01 12:44:28.339009349 +0000
+++ new-smederee/.scalafmt.conf	2025-02-01 12:44:28.339009349 +0000
@@ -1,4 +1,4 @@
-version        = "3.5.9"
+version        = "3.6.1"
 runner.dialect = scala3
 style          = "defaultWithAlign"
 # Other options...