Initialized Play project
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
name := """neon-vertigo-api"""
|
||||
organization := "me.artemis"
|
||||
|
||||
version := "1.0-SNAPSHOT"
|
||||
|
||||
lazy val root = (project in file(".")).enablePlugins(PlayScala)
|
||||
|
||||
scalaVersion := "2.13.18"
|
||||
|
||||
libraryDependencies += guice
|
||||
libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.2" % Test
|
||||
|
||||
// Adds additional packages into Twirl
|
||||
//TwirlKeys.templateImports += "me.artemis.controllers._"
|
||||
|
||||
// Adds additional packages into conf/routes
|
||||
// play.sbt.routes.RoutesKeys.routesImport += "me.artemis.binders._"
|
||||
Reference in New Issue
Block a user