Skip to content

Commit

Permalink
Add Patience repo to build config
Browse files Browse the repository at this point in the history
  • Loading branch information
knuton committed Jul 12, 2012
1 parent 66e8865 commit 826f284
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
10 changes: 8 additions & 2 deletions build.sbt
Original file line number Original file line Diff line number Diff line change
@@ -1,15 +1,21 @@
name := "play-stylus" /// Project


version := "0.1.3" name := "play-stylus"


sbtPlugin := true sbtPlugin := true


version := "0.1.3"

organization := "patience" organization := "patience"


description := "sbt plugin for handling stylus assets in Play" description := "sbt plugin for handling stylus assets in Play"


/// Repositories

resolvers += new MavenRepository("typesafe-releases", "http://repo.typesafe.com/typesafe/releases/") resolvers += new MavenRepository("typesafe-releases", "http://repo.typesafe.com/typesafe/releases/")


publishTo := Some(Resolver.sftp("Patience", "repo.patience.io", "repo"))

/// Dependencies /// Dependencies


libraryDependencies ++= Seq( libraryDependencies ++= Seq(
Expand Down
10 changes: 0 additions & 10 deletions project/Build.scala

This file was deleted.

0 comments on commit 826f284

Please sign in to comment.