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 ab9075e + 0f20ebe commit 5a43d80Copy full SHA for 5a43d80
modules/core/src/main/scala/org/scalasteward/core/buildtool/sbt/SbtAlg.scala
@@ -91,7 +91,7 @@ final class SbtAlg[F[_]](config: Config)(implicit
91
plugin <- Resource.eval(stewardPlugin(pluginVersion))
92
_ <- List
93
.iterate(buildRootDir / project, metaBuilds + 1)(_ / project)
94
- .collectFold(fileAlg.createTemporarily(_, plugin))
+ .foldMap(fileAlg.createTemporarily(_, plugin))
95
} yield ()
96
97
private def stewardPlugin(version: String): F[FileData] = {
0 commit comments