Bye bye sbt

This commit is contained in:
Christian
2024-12-02 13:48:37 +01:00
parent b744cb5aa6
commit 0035ca6248
10 changed files with 76 additions and 19 deletions

7
build.mill Normal file
View File

@@ -0,0 +1,7 @@
package build
import mill._, scalalib._
object aoc extends ScalaModule {
def scalaVersion = "3.5.2"
}