We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f06cd6 + ac1a74e commit db82d68Copy full SHA for db82d68
project/Dependencies.scala
@@ -28,7 +28,7 @@ object Dependencies {
28
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.12.3"
29
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.1.6"
30
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.3"
31
- val scalafixSortImports = "com.nequissimus" %% "sort-imports" % "0.5.3"
+ val scalafixSortImports = "com.nequissimus" %% "sort-imports" % "0.5.4"
32
val scalaTest = "org.scalatest" %% "scalatest" % "3.1.2"
33
val sentry = "io.sentry" % "sentry" % "1.7.30"
34
val silencer = "com.github.ghik" % "silencer-plugin" % Versions.silencer cross CrossVersion.full
0 commit comments