Skip to content

Commit 6ff3f71

Browse files
committed
Release version 1.0.0
1 parent 1164890 commit 6ff3f71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Take a look at [Examples.scala](https://github.com/ruippeixotog/scala-scraper/bl
99
To use Scala Scraper in an existing SBT project with Scala 2.11.x, add the following dependency to your `build.sbt`:
1010

1111
```scala
12-
libraryDependencies += "net.ruippeixotog" %% "scala-scraper" % "1.0.0-SNAPSHOT"
12+
libraryDependencies += "net.ruippeixotog" %% "scala-scraper" % "1.0.0"
1313
```
1414

1515
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).

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import scalariform.formatter.preferences._
22

33
name := "scala-scraper"
44
organization := "net.ruippeixotog"
5-
version := "1.0.0-SNAPSHOT"
5+
version := "1.0.0"
66

77
scalaVersion := "2.11.8"
88

0 commit comments

Comments
 (0)