Skip to content

Commit 84187b3

Browse files
Released version 2.6
1 parent 3002ba7 commit 84187b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ resolver += Resolver.sonatypeRepo("releases")
1919

2020
Also, you need to include the library as your dependency:
2121
```scala
22-
libraryDependencies += "com.danielasfregola" %% "random-data-generator" % "2.5"
22+
libraryDependencies += "com.danielasfregola" %% "random-data-generator" % "2.6"
2323
```
2424

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

135135
Then, add the library as your dependency:
136136
```scala
137-
libraryDependencies += "com.danielasfregola" %% "random-data-generator" % "2.6-SNAPSHOT"
137+
libraryDependencies += "com.danielasfregola" %% "random-data-generator" % "2.7-SNAPSHOT"
138138
```

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import com.typesafe.sbt.SbtGit.GitKeys._
22

33
name := "random-data-generator"
4-
version := "2.6-SNAPSHOT"
4+
version := "2.6"
55

66
scalaVersion := "2.12.6"
77

0 commit comments

Comments
 (0)