Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Commit

Permalink
Released version 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaSfregola committed Apr 17, 2018
1 parent c03e6ba commit 84e4cb7
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-magnolia" % "2.4"
libraryDependencies += "com.danielasfregola" %% "random-data-generator-magnolia" % "2.5"
```

Usage
Expand Down Expand Up @@ -129,5 +129,5 @@ resolvers += Resolver.sonatypeRepo("snapshots")

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

scalaVersion := "2.12.4"

Expand Down

0 comments on commit 84e4cb7

Please sign in to comment.