Skip to content

Commit 8848e85

Browse files
Release version 2.3
1 parent 9aae943 commit 8848e85

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
@@ -18,7 +18,7 @@ resolver += Resolver.sonatypeRepo("releases")
1818

1919
Also, you need to include the library as your dependency:
2020
```scala
21-
libraryDependencies += "com.danielasfregola" %% "random-data-generator" % "2.2"
21+
libraryDependencies += "com.danielasfregola" %% "random-data-generator" % "2.3"
2222
```
2323

2424
Usage
@@ -129,5 +129,5 @@ resolver += Resolver.sonatypeRepo("snapshots")
129129

130130
Then, add the library as your dependency:
131131
```scala
132-
libraryDependencies += "com.danielasfregola" %% "random-data-generator" % "2.3-SNAPSHOT"
132+
libraryDependencies += "com.danielasfregola" %% "random-data-generator" % "2.4-SNAPSHOT"
133133
```

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.3-SNAPSHOT"
4+
version := "2.3"
55

66
scalaVersion := "2.12.3"
77

0 commit comments

Comments
 (0)