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 6b6db2f + ff00153 commit 38a5ac2Copy full SHA for 38a5ac2
project/Dependencies.scala
@@ -34,7 +34,7 @@ object Dependencies {
34
val pureConfigCore = "com.github.pureconfig" %% "pureconfig-core" % Versions.pureConfig
35
val pureConfigGeneric = "com.github.pureconfig" %% "pureconfig-generic" % Versions.pureConfig
36
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.9.0"
37
- val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.21"
+ val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.23"
38
val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.6.0"
39
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18"
40
val sentry = "io.sentry" % "sentry" % "7.7.0"
0 commit comments