Skip to content

Commit

Permalink
Update semanticDB
Browse files Browse the repository at this point in the history
  • Loading branch information
fsvehla committed Oct 21, 2024
1 parent fb18cf2 commit 65c6cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ object BuildHelper {
},
semanticdbEnabled := scalaVersion.value != ScalaDotty, // enable SemanticDB
semanticdbOptions += "-P:semanticdb:synthetics:on",
semanticdbVersion := "4.9.2",
semanticdbVersion := "4.10.2",
Test / parallelExecution := true,
incOptions ~= (_.withLogRecompileOnMacro(false)),
autoAPIMappings := true,
Expand Down

0 comments on commit 65c6cdb

Please sign in to comment.