Skip to content

Commit e5eea87

Browse files
committed
Fix 2.10 build
1 parent 80d789a commit e5eea87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ val V = new {
1010
scalaVersion := V.scala212
1111
ThisBuild / scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.5.0-alpha.1"
1212
organization := "com.sourcegraph"
13-
semanticdbEnabled := true
13+
semanticdbEnabled := !scalaVersion.value.startsWith("2.10")
1414
semanticdbVersion := "4.4.26"
1515
homepage := Some(url("https://github.com/sourcegraph/sbt-sourcegraph"))
1616
licenses := List(

0 commit comments

Comments
 (0)