Skip to content

Instantly share code, notes, and snippets.

@musale
Created March 12, 2018 08:46
Show Gist options
  • Save musale/479fb8443be4229014a69a347e6d3688 to your computer and use it in GitHub Desktop.
Save musale/479fb8443be4229014a69a347e6d3688 to your computer and use it in GitHub Desktop.
scalaVersion in ThisBuild := "2.12.4"
crossScalaVersions := Seq("2.11.12", "2.12.4")
name := "random-quote"
version := "1.0.0-SNAPSHOT"
libraryDependencies += guice
libraryDependencies += "net.codingwell" %% "scala-guice" % "4.1.1"
libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "3.1.2" % Test
lazy val root = (project in file(".")).enablePlugins(PlayScala)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment