From 65c6cdb8efd842f85f9af8ee27a1090767907cb5 Mon Sep 17 00:00:00 2001 From: Ferdinand Svehla Date: Mon, 21 Oct 2024 11:10:43 +0200 Subject: [PATCH] Update semanticDB --- project/BuildHelper.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,