All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala-play-server.build.sbt.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
organization := "{{groupId}}"
version      := "{{artifactVersion}}"
name         := "{{artifactId}}"
scalaVersion := "2.12.6"

enablePlugins(PlayScala)

libraryDependencies ++= Seq(
  guice,
  ws,
{{#useSwaggerUI}}
  "org.webjars" % "swagger-ui" % "3.1.5",
{{/useSwaggerUI}}
  "jakarta.annotation" % "jakarta.annotation-api" % "1.3.5" % "compile",
  "org.scalatest"          %% "scalatest"          % "3.0.4" % Test,
  "org.scalatestplus.play" %% "scalatestplus-play" % "3.1.2" % Test
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy