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 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")