Skip to content

Commit

Permalink
Released version 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaSfregola committed Sep 13, 2018
1 parent 3002ba7 commit 84187b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resolver += Resolver.sonatypeRepo("releases")

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

Do you wanna faster compilation times? Have a look at [random-data-generator-magnolia](https://github.com/DanielaSfregola/random-data-generator-magnolia) - experimental but crazy fast thanks to [Magnolia](https://github.com/propensive/magnolia)!
Expand Down Expand Up @@ -134,5 +134,5 @@ resolvers += Resolver.sonatypeRepo("snapshots")

Then, add the library as your dependency:
```scala
libraryDependencies += "com.danielasfregola" %% "random-data-generator" % "2.6-SNAPSHOT"
libraryDependencies += "com.danielasfregola" %% "random-data-generator" % "2.7-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 := "2.6-SNAPSHOT"
version := "2.6"

scalaVersion := "2.12.6"

Expand Down

0 comments on commit 84187b3

Please sign in to comment.