Skip to content

Commit 472eff4

Browse files
authored
Merge pull request #30 from mkurz/upgrade-sbt-header
Upgrade sbt header
2 parents d18ad4e + eff7d6a commit 472eff4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ project/plugins/project/
1111
.history
1212
.cache
1313
.lib/
14+
.bsp/
1415

1516
### Scala template
1617
*.class

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
22

33
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
4-
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.0.0")
4+
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
55
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
66
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.22.0")

0 commit comments

Comments
 (0)