This is a model code example, so there should not be any deprecation warnings.
[warn] C:\slick-examples\src\main\scala\scala\slick\examples\lifted\UseInvoker.scala:34: method orderBy
in object Query is deprecated: Use .sortBy on a query instead of mixing in Query.orderBy
[warn] _ <- Query orderBy t.k
This is a model code example, so there should not be any deprecation warnings.