Skip to content

Commit 9be8a00

Browse files
committed
Set version to 1.2.1
1 parent 79d730d commit 9be8a00

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 or 2.12, add the following dependency to your `build.sbt`:
1010

1111
```scala
12-
libraryDependencies += "net.ruippeixotog" %% "scala-scraper" % "1.2.0"
12+
libraryDependencies += "net.ruippeixotog" %% "scala-scraper" % "1.2.1"
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).

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "1.2.1-SNAPSHOT"
1+
version in ThisBuild := "1.2.1"

0 commit comments

Comments
 (0)