Added resolver to Typesafe snapshot repo used for play-mini. See #1538
This commit is contained in:
parent
1e879b6d03
commit
0cc34fdb3c
1 changed files with 1 additions and 0 deletions
|
|
@ -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") ++ (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue