Skip to content

Commit

Permalink
Fix lower bound for cross modules
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Mar 5, 2024
1 parent ede9363 commit 121edaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ trait SshdModule extends AmmModule {
* 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](
def selectCrossPrefix[T <: Cross.Module[_], V](
crossModule: Cross[T],
predicate: String => Boolean
)(accessor: T => V): Seq[V] =
Expand Down

0 comments on commit 121edaa

Please sign in to comment.