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 4b6525a + a631fec commit 29af83aCopy full SHA for 29af83a
project/Dependencies.scala
@@ -31,7 +31,7 @@ object Dependencies {
31
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.17.0"
32
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.5.0"
33
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.20"
34
- val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.5.0"
+ val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.6.0"
35
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.10"
36
val sentry = "io.sentry" % "sentry" % "5.3.0"
37
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.32"
0 commit comments