Skip to content

Commit

Permalink
Merge pull request #96 from scalacenter/rename-to-inputs
Browse files Browse the repository at this point in the history
refactor: Rename unamanagedOutputs to unamanagedInputs
  • Loading branch information
bishabosha authored Jul 30, 2024
2 parents ce23d89 + 506554a commit f62a885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/src/bloop/config/Config.scala
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ object Config {
sourcesGlobs: List[SourcesGlobs],
outputDirectory: Path,
command: List[String],
@unroll unmanagedOutputs: List[Path] = Nil
@unroll unmanagedInputs: List[Path] = Nil
)

object SourceGenerator
Expand Down

0 comments on commit f62a885

Please sign in to comment.