mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 19:05:53 +02:00
Enable semanticdb in lmCoursierDefinitions
This commit is contained in:
@@ -1480,6 +1480,8 @@ lazy val lmCoursierDefinitions = project
|
||||
.disablePlugins(MimaPlugin)
|
||||
.settings(
|
||||
lmCoursierSettings,
|
||||
semanticdbEnabled := true,
|
||||
semanticdbVersion := scalafixSemanticdb.revision,
|
||||
libraryDependencies ++= Seq(
|
||||
coursier,
|
||||
"net.hamnaberg" %% "dataclass-annotation" % dataclassScalafixVersion % Provided,
|
||||
|
||||
Reference in New Issue
Block a user