Skip to content

Commit c98f559

Browse files
committed
Explicitly set semanticdb version for sourcegraph
1 parent 5b2514a commit c98f559

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sbt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(
1616
ideSkipProject := (scalaVersion.value == scala2_12) // only import 2.13 projects
1717
)
1818

19+
ThisBuild / semanticdbEnabled := true
20+
ThisBuild / semanticdbVersion := "4.9.3"
21+
1922
lazy val root =
2023
project
2124
.in(file("."))

0 commit comments

Comments
 (0)