From 5a1e233d3074d4dd9586b194ec6f1da45e810f1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:54:54 +0000 Subject: [PATCH] chore(deps): update dependency com.github.liancheng:organize-imports to v0.6.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4dbca06..fc5efb4 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ val V = new { } scalaVersion := V.scala212 -ThisBuild / scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.5.0-alpha.1" +ThisBuild / scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.6.0" ThisBuild / versionScheme := Some("early-semver") organization := "com.sourcegraph" semanticdbEnabled := !scalaVersion.value.startsWith("2.10")