File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import sbt ._
22import Keys ._
33
4- import de . heikoseeberger . sbtheader .HeaderPlugin
5- import de . heikoseeberger . sbtheader .HeaderPlugin .{ autoImport => SbtHeaderKeys }
4+ import sbtheader .HeaderPlugin
5+ import sbtheader .HeaderPlugin .{ autoImport => SbtHeaderKeys }
66
77object CustomHeaderPlugin extends AutoPlugin {
88 override def requires = plugins.JvmPlugin && HeaderPlugin
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
55addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.5" )
66addSbtPlugin(" org.scala-sbt" % " sbt-contraband" % " 0.7.0" )
77addSbtPlugin(" pl.project13.scala" % " sbt-jmh" % " 0.4.7" )
8- addSbtPlugin(" de.heikoseeberger " % " sbt-header" % " 5.10 .0" )
8+ addSbtPlugin(" com.github.sbt " % " sbt-header" % " 5.11 .0" )
99addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.4" )
1010addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.13.1" )
1111addSbtPlugin(" com.eed3si9n" % " sbt-projectmatrix" % " 0.11.0" )
You can’t perform that action at this time.
0 commit comments