What is the current sbt syntax for using the latest version (say 2.3 or 2.4) of the Play anorm package offline (not included in the Play app)?
In build.sbt :
build.sbt
resolvers ++= Seq( "Typesafe Releases" at "http://repo.typesafe.com/typesafe/releases/") libraryDependencies ++= Seq( "com.typesafe.play" %% "anorm" % "2.3.6")
See an example .