Created
March 12, 2018 08:46
-
-
Save musale/479fb8443be4229014a69a347e6d3688 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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