[2.x] Bump semanticdbVersion (#8746)

This commit is contained in:
eugene yokota 2026-02-15 17:01:40 -05:00 committed by GitHub
parent f132dc0a67
commit 758b39faa3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -48,7 +48,7 @@ ThisBuild / mimaFailOnNoPrevious := false
Global / semanticdbEnabled := !(Global / insideCI).value
// Change main/src/main/scala/sbt/plugins/SemanticdbPlugin.scala too, if you change this.
Global / semanticdbVersion := "4.14.2"
Global / semanticdbVersion := "4.15.2"
val excludeLint = SettingKey[Set[Def.KeyedInitialize[?]]]("excludeLintKeys")
Global / excludeLint := (Global / excludeLint).?.value.getOrElse(Set.empty)
Global / excludeLint += Utils.componentID
@ -725,6 +725,7 @@ lazy val mainProj = (project in file("main"))
sjsonNewCore.value,
launcherInterface,
caffeine,
scala3Library,
),
libraryDependencies ++= List(scalaPar),
contrabandSettings,
@ -1274,6 +1275,7 @@ lazy val lmCoursierShaded = project
Compile / sources := (lmCoursier / Compile / sources).value,
lmCoursierDependencies,
autoScalaLibrary := false,
bspEnabled := false,
libraryDependencies ++= Seq(
scala3Library % Provided,
),

View File

@ -1,3 +1,4 @@
Global / semanticdbVersion := "4.15.2"
scalacOptions ++= Seq("-feature", "-language:postfixOps", "-Ywarn-unused:_,-imports")
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1")