Advertisement
mitrakov

Simple console sandbox

Feb 19th, 2019
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.30 KB | None | 0 0
  1. // build.sbt:
  2. scalaVersion := "2.12.7"
  3. resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"
  4. libraryDependencies += "com.typesafe.play" %% "play" % "2.6.17"
  5.  
  6. // project/build.properties:
  7. sbt.version=1.0.2
  8.  
  9. // run:
  10. cd /path/to/build.sbt/
  11. sbt console
  12. > import play.api._
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement