Skip to content

Commit 59fade9

Browse files
Update scaluzzi to 0.1.17 (zio#282)
1 parent 36e3a6b commit 59fade9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/BuildHelper.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ object BuildHelper {
2727
ThisBuild / scalafixScalaBinaryVersion := CrossVersion.binaryScalaVersion(scalaVersion.value),
2828
ThisBuild / scalafixDependencies ++= List(
2929
"com.github.liancheng" %% "organize-imports" % "0.4.4",
30-
"com.github.vovapolu" %% "scaluzzi" % "0.1.16"
30+
"com.github.vovapolu" %% "scaluzzi" % "0.1.17"
3131
),
3232
parallelExecution in Test := true,
3333
incOptions ~= (_.withLogRecompileOnMacro(false)),

0 commit comments

Comments
 (0)