Skip to content

Commit

Permalink
Depends only on sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrf committed Feb 26, 2012
1 parent 8954e35 commit 8b4a220
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion play/.gitignore
Expand Up @@ -6,4 +6,6 @@ tmp
.history
.classpath
.project
.settings/
.cache
.settings/
.target/
7 changes: 5 additions & 2 deletions play/project/plugins.sbt
@@ -1,8 +1,11 @@
// Comment to get more information during initialization
logLevel := Level.Warn

// The Typesafe repository
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"
// The Typesafe repositories
resolvers ++= Seq(
"Typesafe Snapshots" at "http://repo.typesafe.com/typesafe/snapshots/",
"Typesafe Releases" at "http://repo.typesafe.com/typesafe/releases/"
)

// Use the Play sbt plugin for Play projects
addSbtPlugin("play" % "sbt-plugin" % "2.0-RC3-SNAPSHOT")

0 comments on commit 8b4a220

Please sign in to comment.