We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d789a commit e5eea87Copy full SHA for e5eea87
build.sbt
@@ -10,7 +10,7 @@ val V = new {
10
scalaVersion := V.scala212
11
ThisBuild / scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.5.0-alpha.1"
12
organization := "com.sourcegraph"
13
-semanticdbEnabled := true
+semanticdbEnabled := !scalaVersion.value.startsWith("2.10")
14
semanticdbVersion := "4.4.26"
15
homepage := Some(url("https://github.com/sourcegraph/sbt-sourcegraph"))
16
licenses := List(
0 commit comments