Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Mar 4, 2024
1 parent 54a04e9 commit 5b15e97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,10 @@ class SshdModule(val crossScalaVersion: String) extends AmmModule{
}
}

/** Selects all cross module instances, that match the given predicate. */
/**
* Selects all cross module instances, that match the given predicate.
* In Mill 0.11, this can be hopefully replaced with a simple filter on the `crossValue`.
*/
def selectCrossPrefix[T <: Module, V](
crossModule: Cross[T],
predicate: String => Boolean
Expand Down

0 comments on commit 5b15e97

Please sign in to comment.