Skip to content

Commit 9356ba3

Browse files
scala-stewardmkurz
andauthored
sbt-header 5.11.0 (was 5.10.0) (#502)
* sbt-header 5.11.0 (was 5.10.0) * fix imports --------- Co-authored-by: Matthias Kurz <[email protected]>
1 parent 9fcc9f9 commit 9356ba3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

project/Common.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import sbt.Keys._
55
import sbt._
66
import sbt.plugins.JvmPlugin
77
import Dependencies.ScalaVersions._
8-
import de.heikoseeberger.sbtheader.FileType
9-
import de.heikoseeberger.sbtheader.HeaderPlugin
8+
import sbtheader.FileType
9+
import sbtheader.HeaderPlugin
1010

1111
object Common extends AutoPlugin {
1212

project/plugins.sbt

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

5-
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
5+
addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")
66
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
77
addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.10.0")
88
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")

0 commit comments

Comments
 (0)