mirror of https://github.com/sbt/sbt.git
[2.x] Bump semanticdbVersion (#8746)
This commit is contained in:
parent
f132dc0a67
commit
758b39faa3
|
|
@ -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,
|
||||
),
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue