Added resolver to Typesafe snapshot repo used for play-mini. See #1538

This commit is contained in:
Henrik Engstrom 2012-02-13 08:42:57 +01:00
parent 1e879b6d03
commit 0cc34fdb3c

View file

@ -348,6 +348,7 @@ object AkkaBuild extends Build {
lazy val defaultSettings = baseSettings ++ formatSettings ++ Seq(
resolvers += "Typesafe Repo" at "http://repo.typesafe.com/typesafe/releases/",
resolvers += "Twitter Public Repo" at "http://maven.twttr.com", // This will be going away with com.mongodb.async's next release
resolvers += "Typesafe Snapshot Repo" at "http://repo.typesafe.com/typesafe/snapshots/", // Used while play-mini is still on RC
// compile options
scalacOptions ++= Seq("-encoding", "UTF-8", "-deprecation", "-unchecked") ++ (