Skip to content

Commit 2baedef

Browse files
authored
Merge pull request #226 from scala-steward/update/sbt-header-5.11.0
Update sbt-header to 5.11.0
2 parents 2b5a566 + 009a898 commit 2baedef

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

core/src/main/scala/scala/tools/jardiff/JDKCollectionConvertersCompat.scala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (C) Lightbend Inc. <https://www.lightbend.com>
3+
*/
4+
15
package scala.tools.jardiff
26

37
import scala.annotation.nowarn

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")
2-
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
2+
addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")
33
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.25.0")
44
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")

0 commit comments

Comments
 (0)