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 81f0ba0 + 32e565a commit c3699f7Copy full SHA for c3699f7
project/Dependencies.scala
@@ -28,7 +28,7 @@ object Dependencies {
28
val postgresql = "org.postgresql" % "postgresql" % "42.2.18"
29
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.14.0"
30
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.2.0"
31
- val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.15"
+ val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.16"
32
val scalafixSortImports = "com.nequissimus" %% "sort-imports" % "0.5.5"
33
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.3"
34
val sentry = "io.sentry" % "sentry" % "3.2.0"
0 commit comments