Update sbt-header to 5.11.0 (#2217)
* Update sbt-header to 5.11.0 * chore: fix imports --------- Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> Co-authored-by: He-Pin <hepin1989@gmail.com>
This commit is contained in:
parent
c0ffd72dec
commit
94ae86fa6f
7 changed files with 7 additions and 7 deletions
|
|
@ -11,7 +11,7 @@
|
|||
* Copyright (C) 2018-2022 Lightbend Inc. <https://www.lightbend.com>
|
||||
*/
|
||||
|
||||
import de.heikoseeberger.sbtheader.{ CommentCreator, HeaderPlugin, NewLine }
|
||||
import sbtheader.{ CommentCreator, HeaderPlugin, NewLine }
|
||||
import org.apache.commons.lang3.StringUtils
|
||||
import sbt._
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
|
||||
import CopyrightHeader.cStyleComment
|
||||
import de.heikoseeberger.sbtheader.HeaderPlugin.autoImport._
|
||||
import sbtheader.HeaderPlugin.autoImport._
|
||||
import sbt.Keys.sourceDirectory
|
||||
import sbt.{ inConfig, Compile, Def, Plugins, Test, _ }
|
||||
import spray.boilerplate.BoilerplatePlugin
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
|
||||
import CopyrightHeader.cStyleComment
|
||||
import de.heikoseeberger.sbtheader.HeaderPlugin.autoImport.{ headerMappings, headerSources, HeaderFileType }
|
||||
import sbtheader.HeaderPlugin.autoImport.{ headerMappings, headerSources, HeaderFileType }
|
||||
import sbt.Keys.baseDirectory
|
||||
import sbt.{ inConfig, Compile, Def, PluginTrigger, Test, _ }
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
* Copyright (C) 2019-2022 Lightbend Inc. <https://www.lightbend.com>
|
||||
*/
|
||||
|
||||
import de.heikoseeberger.sbtheader.HeaderPlugin.autoImport.headerSources
|
||||
import sbtheader.HeaderPlugin.autoImport.headerSources
|
||||
import sbt.{ Compile, Def, Test, _ }
|
||||
|
||||
object CopyrightHeaderForJdk9 extends AutoPlugin {
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
|
||||
import CopyrightHeader.cStyleComment
|
||||
import de.heikoseeberger.sbtheader.HeaderPlugin.autoImport.{ headerMappings, headerSources, HeaderFileType }
|
||||
import sbtheader.HeaderPlugin.autoImport.{ headerMappings, headerSources, HeaderFileType }
|
||||
import sbt.Keys.sourceDirectory
|
||||
import sbt.{ inConfig, Compile, Def, Test, _ }
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ import MultiJvmPlugin.autoImport._
|
|||
|
||||
import sbt.{ Def, _ }
|
||||
import sbt.Keys._
|
||||
import de.heikoseeberger.sbtheader.HeaderPlugin.autoImport._
|
||||
import sbtheader.HeaderPlugin.autoImport._
|
||||
import org.scalafmt.sbt.ScalafmtPlugin.scalafmtConfigSettings
|
||||
import sbtassembly.MergeStrategy
|
||||
import sbtassembly.AssemblyKeys._
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")
|
|||
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
|
||||
addSbtPlugin("com.github.sbt" % "sbt-boilerplate" % "0.7.0")
|
||||
|
||||
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
|
||||
addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")
|
||||
addSbtPlugin("com.github.sbt" % "sbt-pull-request-validator" % "2.0.0")
|
||||
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue