Skip to content

Commit

Permalink
Released version 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaSfregola committed Apr 16, 2018
1 parent aa7fcbc commit f9e82a0
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 @@ -18,7 +18,7 @@ resolver += Resolver.sonatypeRepo("releases")

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

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 @@ -133,5 +133,5 @@ resolvers += Resolver.sonatypeRepo("snapshots")

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

scalaVersion := "2.12.4"

Expand Down

0 comments on commit f9e82a0

Please sign in to comment.