mirror of https://github.com/sbt/sbt.git
Enable semanticdb in lmCoursierDefinitions
This commit is contained in:
parent
5e2e2965d0
commit
e6b332ef9e
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue