Use os-lib, Add command to run all problems
This commit is contained in:
@@ -4,7 +4,7 @@ import mill._, scalalib._
|
||||
|
||||
object aoc extends ScalaModule {
|
||||
def scalaVersion = "3.5.2"
|
||||
// def ivyDeps = Agg(
|
||||
// ivy"org.scala-lang.modules::scala-parallel-collections:1.0.4"
|
||||
// )
|
||||
def ivyDeps = Agg(
|
||||
ivy"com.lihaoyi::os-lib:0.11.3"
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user