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

@@ -1,2 +1,6 @@
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.9")
addSbtPlugin("org.foundweekends.giter8" % "sbt-giter8-scaffold" % "0.18.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.1")