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 7794143 + fb00b4b commit 2dd7161Copy full SHA for 2dd7161
project/Dependencies.scala
@@ -29,7 +29,7 @@ object Dependencies {
29
val postgresql = "org.postgresql" % "postgresql" % "42.2.19"
30
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.14.0"
31
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.2"
32
- val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.17"
+ val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.18"
33
val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.5.0"
34
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.5"
35
val sentry = "io.sentry" % "sentry" % "4.2.0"
0 commit comments