From 600bcee67ebd442dd6f1d57f8ce2c5b11909951a Mon Sep 17 00:00:00 2001 From: hrj Date: Sat, 12 Apr 2025 09:46:25 +0530 Subject: [PATCH] removed semantic db version --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index db24b34..1832241 100644 --- a/build.sbt +++ b/build.sbt @@ -4,8 +4,8 @@ lazy val root = (project in file(".")).settings( organization := "com.example", scalaVersion := "3.6.4", version := "0.2.1-snapshot", - semanticdbEnabled := true, - semanticdbVersion := scalafixSemanticdb.revision + // semanticdbEnabled := true, + // semanticdbVersion := scalafixSemanticdb.revision // This is apparently not supported on Scala 3 currently // scalafixScalaBinaryVersion := "3.1"