We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d18ad4e + eff7d6a commit 472eff4Copy full SHA for 472eff4
.gitignore
@@ -11,6 +11,7 @@ project/plugins/project/
11
.history
12
.cache
13
.lib/
14
+.bsp/
15
16
### Scala template
17
*.class
project/plugins.sbt
@@ -1,6 +1,6 @@
1
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
2
3
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
4
-addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.0.0")
+addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
5
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
6
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.22.0")
0 commit comments