first commit

This commit is contained in:
2025-10-09 10:36:56 +02:00
commit 81a1fbfdb9
21 changed files with 347 additions and 0 deletions

11
build.sc Normal file
View File

@@ -0,0 +1,11 @@
import mill._
import $ivy.`com.lihaoyi::mill-contrib-playlib:`, mill.playlib._
object knockoutwhistweb extends RootModule with PlayModule {
def scalaVersion = "2.13.17"
def playVersion = "3.0.9"
def twirlVersion = "2.0.9"
object test extends PlayTests
}