Codebase list jawn / lintian-fixes/main support / play / build.sbt
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

build.sbt @lintian-fixes/mainraw · history · blame

1
2
3
4
5
6
7
name := "play-support"

resolvers += "Typesafe Releases" at "http://repo.typesafe.com/typesafe/releases/"

libraryDependencies ++= Seq(
  "com.typesafe.play" %% "play-json" % "2.3.0"
)