Skip to content

Commit c455544

Browse files
authored
Merge pull request #259 from scala-steward/update/sort-imports-0.5.3
Update sort-imports to 0.5.3
2 parents 0c2d334 + 2cff4d3 commit c455544

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
@@ -28,7 +28,7 @@ object Dependencies {
2828
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.12.3"
2929
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.1.6"
3030
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.3"
31-
val scalafixSortImports = "com.nequissimus" %% "sort-imports" % "0.5.2"
31+
val scalafixSortImports = "com.nequissimus" %% "sort-imports" % "0.5.3"
3232
val scalaTest = "org.scalatest" %% "scalatest" % "3.1.2"
3333
val sentry = "io.sentry" % "sentry" % "1.7.30"
3434
val silencer = "com.github.ghik" % "silencer-plugin" % Versions.silencer cross CrossVersion.full

0 commit comments

Comments
 (0)