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.
1 parent 4b7fbfc commit 89ec03dCopy full SHA for 89ec03d
project/Dependencies.scala
@@ -27,7 +27,7 @@ object Dependencies {
27
val postgresql = "org.postgresql" % "postgresql" % "42.2.14"
28
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.13.0"
29
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.1.6"
30
- val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.3"
+ val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.12"
31
val scalafixSortImports = "com.nequissimus" %% "sort-imports" % "0.5.4"
32
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.0"
33
val sentry = "io.sentry" % "sentry" % "1.7.30"
0 commit comments