first commit
This commit is contained in:
17
build.sbt
Normal file
17
build.sbt
Normal file
@@ -0,0 +1,17 @@
|
||||
name := """KnockOutWhist-Web"""
|
||||
organization := "com.example"
|
||||
|
||||
version := "1.0-SNAPSHOT"
|
||||
|
||||
lazy val root = (project in file(".")).enablePlugins(PlayScala)
|
||||
|
||||
scalaVersion := "2.13.17"
|
||||
|
||||
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._"
|
||||
Reference in New Issue
Block a user