diff --git a/README.md b/README.md index 04bb77b53..3707cb6ef 100644 --- a/README.md +++ b/README.md @@ -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" +libraryDependencies += "net.ruippeixotog" %% "scala-scraper" % "1.1.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). diff --git a/build.sbt b/build.sbt index 75ee968ab..c3d610b3c 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import scalariform.formatter.preferences._ name := "scala-scraper" organization := "net.ruippeixotog" -version := "1.1.0-SNAPSHOT" +version := "1.1.0" scalaVersion := "2.11.8"