We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7920f9a commit 5a1e233Copy full SHA for 5a1e233
build.sbt
@@ -8,7 +8,7 @@ val V = new {
8
}
9
10
scalaVersion := V.scala212
11
-ThisBuild / scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.5.0-alpha.1"
+ThisBuild / scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.6.0"
12
ThisBuild / versionScheme := Some("early-semver")
13
organization := "com.sourcegraph"
14
semanticdbEnabled := !scalaVersion.value.startsWith("2.10")
0 commit comments