Skip to content

Commit

Permalink
Fixed issue #34
Browse files Browse the repository at this point in the history
  • Loading branch information
rickynils committed Aug 18, 2012
1 parent af83ffe commit 19986a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ If you are using SBT, add the following to your build file to make ScalaCheck
available in your project:

resolvers ++= Seq(
"snapshots" at "http://oss.sonatype.org/content/repositories/snapshots",
"releases" at "http://oss.sonatype.org/content/repositories/releases"
"Sonatype Snapshots" at "http://oss.sonatype.org/content/repositories/snapshots",
"Sonatype Releases" at "http://oss.sonatype.org/content/repositories/releases"
)

libraryDependencies ++= Seq(
Expand Down

0 comments on commit 19986a8

Please sign in to comment.