From e99e1c75b456a66e16ee0a0186cc3f06c50c3b75 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Oct 2020 18:14:42 +0100 Subject: [PATCH] Update scaluzzi to 0.1.15 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 0bc966dae..17f0aefad 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -27,7 +27,7 @@ object Dependencies { val postgresql = "org.postgresql" % "postgresql" % "42.2.18" val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.14.0" val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.2.0" - val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.14" + val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.15" val scalafixSortImports = "com.nequissimus" %% "sort-imports" % "0.5.4" val scalaTest = "org.scalatest" %% "scalatest" % "3.2.2" val sentry = "io.sentry" % "sentry" % "3.1.1"