Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruippeixotog committed Apr 5, 2016
1 parent 1164890 commit 6ff3f71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Take a look at [Examples.scala](https://github.com/ruippeixotog/scala-scraper/bl
To use Scala Scraper in an existing SBT project with Scala 2.11.x, add the following dependency to your `build.sbt`:

```scala
libraryDependencies += "net.ruippeixotog" %% "scala-scraper" % "1.0.0-SNAPSHOT"
libraryDependencies += "net.ruippeixotog" %% "scala-scraper" % "1.0.0"
```

If you are using an older version of this library, see this document for the version you're using: [0.1](https://github.com/ruippeixotog/scala-scraper/blob/v0.1/README.md), [0.1.1](https://github.com/ruippeixotog/scala-scraper/blob/v0.1.1/README.md), [0.1.2](https://github.com/ruippeixotog/scala-scraper/blob/v0.1.2/README.md).
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import scalariform.formatter.preferences._

name := "scala-scraper"
organization := "net.ruippeixotog"
version := "1.0.0-SNAPSHOT"
version := "1.0.0"

scalaVersion := "2.11.8"

Expand Down

0 comments on commit 6ff3f71

Please sign in to comment.