Files
aoc-2024/build.mill

10 lines
205 B
Plaintext
Raw Normal View History

2024-12-02 13:48:37 +01:00
package build
import mill._, scalalib._
object aoc extends ScalaModule {
def scalaVersion = "3.5.2"
2024-12-05 07:48:57 +01:00
// def ivyDeps = Agg(
// ivy"org.scala-lang.modules::scala-parallel-collections:1.0.4"
// )
2024-12-02 13:48:37 +01:00
}