Use os-lib, Add command to run all problems

This commit is contained in:
Christian
2024-12-05 16:09:58 +01:00
parent 94eb34f386
commit 4445e63329
2 changed files with 25 additions and 17 deletions

View File

@@ -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"
)
}