summaryrefslogtreecommitdiff
path: root/contrib/playlib/src/mill/playlib/SingleModule.scala
blob: d98d67f71656add1de672a3e094b12bb7040333a (plain) (blame)
1
2
3
4
5
6
package mill
package playlib

trait SingleModule extends Module {
  override def millSourcePath: os.Path = super.millSourcePath / os.up
}