Skip to content

Commit

Permalink
Released version 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaSfregola committed Sep 5, 2020
1 parent b8186bc commit 5b25c30
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.8"
libraryDependencies += "com.danielasfregola" %% "random-data-generator" % "2.9"
```

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.9-SNAPSHOT"
libraryDependencies += "com.danielasfregola" %% "random-data-generator" % "2.10-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.9-SNAPSHOT",
version := "2.9",
scalaVersion := "2.13.0",
crossScalaVersions := Seq("2.13.0", "2.12.8"),
scalacOptions in Test ++= Seq("-Yrangepos"),
Expand Down

0 comments on commit 5b25c30

Please sign in to comment.