Add migration state XML files and update build configuration

This commit is contained in:
2025-10-09 10:52:04 +02:00
parent abd954e0a2
commit c527aac9ed
5 changed files with 9 additions and 17 deletions

View File

@@ -4,14 +4,11 @@ organization := "com.example"
version := "1.0-SNAPSHOT"
lazy val root = (project in file(".")).enablePlugins(PlayScala)
lazy val old = (project in file("./knockoutwhist"))
scalaVersion := "2.13.17"
scalaVersion := "3.5.1"
libraryDependencies += guice
libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.2" % Test
// Adds additional packages into Twirl
//TwirlKeys.templateImports += "com.example.controllers._"
// Adds additional packages into conf/routes
// play.sbt.routes.RoutesKeys.routesImport += "com.example.binders._"