Skip to content

Commit

Permalink
Fix typo in @deprecated message
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Roeser <le.petit.fou@web.de>
  • Loading branch information
lolgab and lefou committed Mar 11, 2024
1 parent f8d22f5 commit 1604252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scalalib/api/src/mill/scalalib/api/ZincWorkerApi.scala
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ trait ZincWorkerApi {
)

/** Compile a mixed Scala/Java or Scala-only project */
@deprecated("Use override with `platformSuffix` parameter", "Mill 0.11.8")
@deprecated("Use override with `auxiliaryClassFileExtensions` parameter", "Mill 0.11.8")
def compileMixed(
upstreamCompileOutput: Seq[CompilationResult],
sources: Agg[os.Path],
Expand Down

0 comments on commit 1604252

Please sign in to comment.