File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
88lazy val `sbt-maven-plugin` = (project in file(" ." ))
99 .enablePlugins(SbtWebBase )
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
88
99addSbtPlugin(" 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" )
You can’t perform that action at this time.
0 commit comments