From 813d76b941b8845c3c1db5b5bc2d5a934d2193ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 17:36:42 +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")