diff --git a/project/BuildHelper.scala b/project/BuildHelper.scala index 66f48a04..d78aeae8 100644 --- a/project/BuildHelper.scala +++ b/project/BuildHelper.scala @@ -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,