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.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaSfregola committed Oct 31, 2019
1 parent 144f5d8 commit b077492
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This library is the evolution of [random-data-generator](https://github.com/Dani

Setup
-----
Supported Scala versions: 2.12.x, 2.13.x
Supported Scala versions: 2.13.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
Expand All @@ -18,7 +18,7 @@ resolvers += Resolver.sonatypeRepo("releases")

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

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.8-SNAPSHOT"
libraryDependencies += "com.danielasfregola" %% "random-data-generator-magnolia" % "2.9-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.8-SNAPSHOT"
version := "2.8"

scalacOptions in Test ++= Seq("-Yrangepos", "-language:higherKinds")

Expand Down

0 comments on commit b077492

Please sign in to comment.