Skip to content

Commit

Permalink
Release version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaSfregola committed Dec 13, 2016
1 parent ac66209 commit deb5645
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@ A library to generate random data for test purposes, using [ScalaCheck](https://

Setup
-----
If you don't have it already, make sure you add the Maven Central as resolver in your SBT settings:
Supported Scala versions: 2.10.x, 2.11.x, 2.12.x

If you don't have it already, make sure you add the Maven Central as resolver in your SBT settings:
```scala
resolver += Resolver.sonatypeRepo("releases")
```

Also, you need to include the library as your dependency:
```scala
libraryDependencies += "com.danielasfregola" %% "random-data-generator" % "1.4"
libraryDependencies += "com.danielasfregola" %% "random-data-generator" % "2.0"
```

Usage
Expand Down Expand Up @@ -91,5 +92,5 @@ resolver += Resolver.sonatypeRepo("snapshots")

Then, add the library as your dependency:
```scala
libraryDependencies += "com.danielasfregola" %% "random-data-generator" % "1.5-SNAPSHOT"
libraryDependencies += "com.danielasfregola" %% "random-data-generator" % "2.1-SNAPSHOT"
```
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.typesafe.sbt.SbtGit.GitKeys._

name := "random-data-generator"
version := "1.5-SNAPSHOT"
version := "2.0"

scalaVersion := "2.12.1"

Expand Down

0 comments on commit deb5645

Please sign in to comment.