From a3ca632d227f4204c1d483114028a3cfd324470a Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Sat, 27 Jan 2024 23:36:00 +0100 Subject: [PATCH 1/2] Upgrade sbt-header --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5de78b4..9b2a22f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.0.0") +addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.22.0") From eff7d6a3c4c5158a61bf63d638fefafba19cba8f Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Sat, 27 Jan 2024 23:36:43 +0100 Subject: [PATCH 2/2] Update gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7232a54..1229602 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ project/plugins/project/ .history .cache .lib/ +.bsp/ ### Scala template *.class