Skip to content

Commit

Permalink
Explicitly set semanticdb version for sourcegraph
Browse files Browse the repository at this point in the history
  • Loading branch information
kciesielski committed Apr 24, 2024
1 parent 5b2514a commit c98f559
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(
ideSkipProject := (scalaVersion.value == scala2_12) // only import 2.13 projects
)

ThisBuild / semanticdbEnabled := true
ThisBuild / semanticdbVersion := "4.9.3"

lazy val root =
project
.in(file("."))
Expand Down

0 comments on commit c98f559

Please sign in to comment.