Skip to content

Commit 29af83a

Browse files
authored
Merge pull request #725 from scala-steward/update/organize-imports-0.6.0
Update organize-imports from 0.5.0 to 0.6.0
2 parents 4b6525a + a631fec commit 29af83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ object Dependencies {
3131
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.17.0"
3232
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.5.0"
3333
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.20"
34-
val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.5.0"
34+
val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.6.0"
3535
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.10"
3636
val sentry = "io.sentry" % "sentry" % "5.3.0"
3737
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.32"

0 commit comments

Comments
 (0)