File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,19 +15,19 @@ object BuildSettings {
15
15
libraryDependencies ++= Seq (
16
16
compilerPlugin(Dependencies .kindProjector),
17
17
compilerPlugin(Dependencies .silencer),
18
- compilerPlugin(scalafixSemanticdb), // necessary for Scalafix
19
18
Dependencies .silencerLib,
20
19
Dependencies .catsEffect,
21
20
Dependencies .scalaCollectionCompat,
22
21
Dependencies .logbackClassic % Test ,
23
22
Dependencies .scalaTest % Test
24
23
),
24
+ semanticdbEnabled := true ,
25
+ semanticdbVersion := scalafixSemanticdb.revision,
25
26
ThisBuild / scalafixDependencies ++= Seq (
26
27
Dependencies .scalafixScaluzzi,
27
28
Dependencies .scalafixSortImports
28
29
),
29
30
scalacOptions ++= Seq (
30
- " -Yrangepos" , // necessary for Scalafix (required by SemanticDB compiler plugin)
31
31
" -Ywarn-unused" , // necessary for Scalafix RemoveUnused rule (not present in sbt-tpolecat for 2.13)
32
32
" -P:silencer:checkUnused"
33
33
),
You can’t perform that action at this time.
0 commit comments