Add migration state XML files and update build configuration
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -134,3 +134,4 @@ target
|
||||
/.project
|
||||
/.settings
|
||||
/RUNNING_PID
|
||||
/knockoutwhist/
|
||||
|
||||
@@ -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._"
|
||||
|
||||
11
build.sc
11
build.sc
@@ -1,11 +0,0 @@
|
||||
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
|
||||
}
|
||||
1
knockoutwhist
Symbolic link
1
knockoutwhist
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/janis/Workspaces/IntelliJ/KnockOutWhist
|
||||
@@ -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")
|
||||
Reference in New Issue
Block a user