File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,12 @@ Scala Fake Data Generator. This repository includes Scala implementation for thi
1515* Scala 2.11
1616* Scala 2.12
1717
18- To use the latest stable version, append the following to your ` build.sbt `
18+ To use the latest stable version, append the following to your ` build.sbt ` and replace
19+ ` LATEST_VERSION ` with the latest version published, which should be
20+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.github.stevenchen3/scala-faker_2.12.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.github.stevenchen3/scala-faker_2.12 )
1921
2022``` scala
21- libraryDependencies += " com.github.stevenchen3" %% " scala-faker" % " 0.1.0-rc1 "
23+ libraryDependencies += " com.github.stevenchen3" %% " scala-faker" % " LATEST_VERSION "
2224```
2325
2426
You can’t perform that action at this time.
0 commit comments