| author | Christian Urban <christian.urban@kcl.ac.uk> | 
| Tue, 19 Oct 2021 22:51:51 +0100 | |
| changeset 846 | c24d16c89c48 | 
| parent 738 | 03f46065ef04 | 
| child 873 | c885ed3c39cf | 
| permissions | -rw-r--r-- | 
import mill._ import scalalib._ val baseDir = build.millSourcePath object app extends ScalaModule { def scalaVersion = "2.13.3" def ivyDeps = Agg( ivy"com.lihaoyi::cask:0.6.7", ivy"com.lihaoyi::scalatags:0.9.1" ) override def sources = T.sources(baseDir / "display.scala") //override def resources = T.sources(baseDir / "static") }