From dacffb509582d84d608a7f1b8feeb814918e2342 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sun, 10 Jan 2021 14:18:22 -0500 Subject: [PATCH] sbt 1.4.6 and some Metals settings --- build.sbt | 2 ++ project/build.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5793bf6d3..bb1afaa3b 100644 --- a/build.sbt +++ b/build.sbt @@ -17,6 +17,7 @@ ThisBuild / Test / scalafmtOnCompile := !(Global / insideCI).value ThisBuild / turbo := true ThisBuild / usePipelining := false // !(Global / insideCI).value +Global / semanticdbEnabled := true val excludeLint = SettingKey[Set[Def.KeyedInitialize[_]]]("excludeLintKeys") Global / excludeLint := (Global / excludeLint).?.value.getOrElse(Set.empty) Global / excludeLint += componentID @@ -1321,6 +1322,7 @@ def runNpm(command: String, base: File, log: sbt.internal.util.ManagedLogger) = lazy val vscodePlugin = (project in file("vscode-sbt-scala")) .settings( + bspEnabled := false, crossPaths := false, crossScalaVersions := Seq(baseScalaVersion), skip in publish := true, diff --git a/project/build.properties b/project/build.properties index 7de0a9382..d91c272d4 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.4.4 +sbt.version=1.4.6