File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ import sbt.Keys._
55import sbt ._
66import sbt .plugins .JvmPlugin
77import Dependencies .ScalaVersions ._
8- import de . heikoseeberger . sbtheader .FileType
9- import de . heikoseeberger . sbtheader .HeaderPlugin
8+ import sbtheader .FileType
9+ import sbtheader .HeaderPlugin
1010
1111object Common extends AutoPlugin {
1212
Original file line number Diff line number Diff line change 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" )
66addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.5" )
77addSbtPlugin(" com.github.sbt" % " sbt-java-formatter" % " 0.10.0" )
88addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.2" )
You can’t perform that action at this time.
0 commit comments