We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e3a6b commit 59fade9Copy full SHA for 59fade9
project/BuildHelper.scala
@@ -27,7 +27,7 @@ object BuildHelper {
27
ThisBuild / scalafixScalaBinaryVersion := CrossVersion.binaryScalaVersion(scalaVersion.value),
28
ThisBuild / scalafixDependencies ++= List(
29
"com.github.liancheng" %% "organize-imports" % "0.4.4",
30
- "com.github.vovapolu" %% "scaluzzi" % "0.1.16"
+ "com.github.vovapolu" %% "scaluzzi" % "0.1.17"
31
),
32
parallelExecution in Test := true,
33
incOptions ~= (_.withLogRecompileOnMacro(false)),
0 commit comments