February 2018
Intermediate to advanced
552 pages
13h 46m
English
We will use the following components to define Play Framework Scala-based SBT projects:
addSbtPlugin ("com.typesafe.play" % "sbt-plugin" % "2.6.3")
Sample build.sbt file:
name := "play-scala-fileupload-app" version := "1.0.0" lazy val root = (project in file(".")).enablePlugins(PlayScala) scalaVersion := "2.12.2" libraryDependencies ...Read now
Unlock full access