Skip to content

Commit

Permalink
Moved semanticDb specific configuration out of scalacOptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou authored and joan38 committed Jan 7, 2024
1 parent c7c9b12 commit ab79a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itest/src/custom-rule/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import os._

object project extends ScalaModule with ScalafixModule {
def scalaVersion = "2.13.10"
def scalacOptions = Seq("-Ywarn-unused", "-Yrangepos", "-P:semanticdb:synthetics:on")
def semanticDbEnablePluginScalacOptions = super.semanticDbEnablePluginScalacOptions() ++ Seq("-P:semanticdb:synthetics:on")
def scalafixIvyDeps = Agg(ivy"org.scala-lang.modules::scala-collection-migrations:2.11.0")
}

Expand Down

0 comments on commit ab79a7f

Please sign in to comment.