We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b770ec6 commit 39f69a6Copy full SHA for 39f69a6
project/Dependencies.scala
@@ -28,7 +28,7 @@ object Dependencies {
28
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.14.0"
29
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.2.0"
30
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.15"
31
- val scalafixSortImports = "com.nequissimus" %% "sort-imports" % "0.5.4"
+ val scalafixSortImports = "com.nequissimus" %% "sort-imports" % "0.5.5"
32
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.2"
33
val sentry = "io.sentry" % "sentry" % "3.1.2"
34
val silencer = "com.github.ghik" % "silencer-plugin" % Versions.silencer cross CrossVersion.full
0 commit comments