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 489729b commit dbc22b0Copy full SHA for dbc22b0
build.sbt
@@ -9,6 +9,7 @@ val V = new {
9
10
scalaVersion := V.scala212
11
ThisBuild / scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.5.0-alpha.1"
12
+ThisBuild / versionScheme := Some("early-semver")
13
organization := "com.sourcegraph"
14
semanticdbEnabled := !scalaVersion.value.startsWith("2.10")
15
semanticdbVersion := "4.4.26"
0 commit comments