Skip to content

Commit

Permalink
Fix build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
markschaake committed Oct 21, 2014
1 parent fa60512 commit cd5d183
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -24,7 +24,7 @@ Sprest is published to a GitHub-based repository. To use it, add the following r

Then you can include sprest libraries:

libraryDependencies += "sprest" %% "sprest-core" % "0.3.4"
libraryDependencies += "sprest" %% "sprest-reactivemongo" % "0.3.4"
libraryDependencies += "sprest" %% "sprest-core" % "0.3.5"
libraryDependencies += "sprest" %% "sprest-reactivemongo" % "0.3.5"

Note: it is unnecessary to explicitly declare the "sprest-core" dependency if you declare a dependency on a library that depends upon the core (such as sprest-slick or sprest-reactivemongo).
2 changes: 1 addition & 1 deletion project/BuildSettings.scala
Expand Up @@ -4,7 +4,7 @@ import sbtrelease.ReleasePlugin._

object BuildSettings {

def publishDir(subDir: String) = new File(Path.userHome.absolutePath + s"/projects/sprest-hg-pages/$subDir")
def publishDir(subDir: String) = new File(Path.userHome.absolutePath + s"/projects/sprest-gh-pages/$subDir")

lazy val noPublishing = Seq(
publish := Nil,
Expand Down

0 comments on commit cd5d183

Please sign in to comment.