Skip to content

Commit 1901f79

Browse files
authored
Merge pull request #591 from scala-steward/update/7.x/sbt-header-5.11.0
[7.x] sbt-header 5.11.0 (was 5.10.0)
2 parents c1c815a + 994cfd6 commit 1901f79

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

docs/build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>
22

3-
import de.heikoseeberger.sbtheader.CommentStyle
4-
import de.heikoseeberger.sbtheader.FileType
5-
import de.heikoseeberger.sbtheader.HeaderPlugin
6-
import de.heikoseeberger.sbtheader.HeaderPlugin.autoImport.HeaderPattern.commentBetween
7-
import de.heikoseeberger.sbtheader.LineCommentCreator
3+
import sbtheader.CommentStyle
4+
import sbtheader.FileType
5+
import sbtheader.HeaderPlugin
6+
import sbtheader.HeaderPlugin.autoImport.HeaderPattern.commentBetween
7+
import sbtheader.LineCommentCreator
88

99
SettingKey[Seq[File]]("migrationManualSources") := Nil
1010

docs/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")
1212

1313
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
1414

15-
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
15+
addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")

project/Common.scala

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
* Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>
33
*/
44

5-
import de.heikoseeberger.sbtheader.HeaderPlugin.autoImport.HeaderPattern.commentBetween
5+
import sbtheader.HeaderPlugin.autoImport.HeaderPattern.commentBetween
66
import sbt.Keys.*
77
import sbt.*
88
import sbt.plugins.JvmPlugin
9-
import de.heikoseeberger.sbtheader.CommentStyle
10-
import de.heikoseeberger.sbtheader.FileType
11-
import de.heikoseeberger.sbtheader.HeaderPlugin
12-
import de.heikoseeberger.sbtheader.LineCommentCreator
9+
import sbtheader.CommentStyle
10+
import sbtheader.FileType
11+
import sbtheader.HeaderPlugin
12+
import sbtheader.LineCommentCreator
1313

1414
object Common extends AutoPlugin {
1515

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>
22

3-
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
3+
addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")
44

55
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
66

0 commit comments

Comments
 (0)