Navigation Menu

Skip to content

Commit

Permalink
Fix Travis CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
leodagdag committed Apr 10, 2012
1 parent 61768d5 commit 61b0211
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/plugin/MongoDBPlugin.scala
Expand Up @@ -11,7 +11,7 @@ import com.novus.salat._

class MongoDBPlugin(app: Application) extends Plugin {

val DEFAULT_HOST = "localhost:27017"
val DEFAULT_HOST = "127.0.0.1:27017"

def getCollection(name: String): MongoCollection = {
mongoDB(name)
Expand Down
10 changes: 5 additions & 5 deletions project/plugins.sbt
Expand Up @@ -10,15 +10,15 @@ addSbtPlugin("play" % "sbt-plugin" % "2.0")
// Use for intellij
resolvers += "sbt-idea-repo" at "http://mpeltonen.github.com/maven/"

// Use for intellij
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.0.0")

// Generate eclipse project
resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"

addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.0.0")

// The Typesafe SNAPSHOT repository
resolvers += Resolver.url("Typesafe Ivy Snapshots Repository", url("http://repo.typesafe.com/typesafe/ivy-snapshots/"))(Resolver.ivyStylePatterns)

// The Dust plugin
addSbtPlugin("com.typesafe" % "play-plugins-dust" % "1.1-SNAPSHOT")




0 comments on commit 61b0211

Please sign in to comment.