~jan0sch/smederee

Showing details for patch f9a45add82135cc252df87c381afdc037d2a9bc5.
2023-08-08 (Tue), 3:43 PM - Jens Grassel - f9a45add82135cc252df87c381afdc037d2a9bc5

Update sbt-header to 5.10.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 16:23:06.995342386 +0000
+++ new-smederee/project/plugins.sbt	2025-01-15 16:23:06.995342386 +0000
@@ -2,7 +2,7 @@
 addCompilerPlugin("org.scalameta" % "semanticdb-scalac" % "4.8.7" cross CrossVersion.full)
 // Regular plugins
 addSbtPlugin("com.eed3si9n"      % "sbt-buildinfo"       % "0.11.0")
-addSbtPlugin("de.heikoseeberger" % "sbt-header"          % "5.9.0")
+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")