Skip to content

Commit 121a47f

Browse files
sbt-header 5.11.0 (was 5.10.0) (#58)
1 parent 60e6c78 commit 121a47f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// Copyright (C) from 2023 The sbt contributors <https://github.com/sbt>
22

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

88
lazy val `sbt-maven-plugin` = (project in file("."))
99
.enablePlugins(SbtWebBase)

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
88

99
addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.10.0")
1010

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

0 commit comments

Comments
 (0)