Skip to content

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 ef598d8 commit 30a068a
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 @@ -21,7 +21,7 @@ resolvers += Resolver.sonatypeRepo("releases")

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

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

Then, add the library as your dependency:
```scala
libraryDependencies += "com.danielasfregola" %% "random-data-generator" % "2.8-SNAPSHOT"
libraryDependencies += "com.danielasfregola" %% "random-data-generator" % "2.9-SNAPSHOT"
```
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}

lazy val standardSettings = Seq(
organization := "com.danielasfregola",
version := "2.8-SNAPSHOT",
version := "2.8",
scalaVersion := "2.13.0",
crossScalaVersions := Seq("2.13.0", "2.12.8", "2.11.8"),
scalacOptions in Test ++= Seq("-Yrangepos"),
Expand Down

0 comments on commit 30a068a

Please sign in to comment.