File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ Scala Fake Data Generator. This repository includes Scala implementation for thi
55[ ![ Build Status] ( https://travis-ci.org/stevenchen3/scala-faker.svg?branch=master )] ( https://travis-ci.org/stevenchen3/scala-faker )
66[ ![ Coverage Statue] ( https://img.shields.io/codecov/c/github/stevenchen3/scala-faker/master.svg )] ( https://codecov.io/gh/stevenchen3/scala-faker )
77[ ![ License] ( https://img.shields.io/github/license/stevenchen3/scala-faker.svg )] ( https://github.com/stevenchen3/faker/blob/master/LICENSE )
8+ [ ![ 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 )
9+
810
911
1012# Get Started
@@ -13,11 +15,10 @@ Scala Fake Data Generator. This repository includes Scala implementation for thi
1315* Scala 2.11
1416* Scala 2.12
1517
16- To use the latest development version, append the following to your ` build.sbt `
18+ To use the latest stable version, append the following to your ` build.sbt `
1719
1820``` scala
19- resolvers += " Sonatype OSS Snapshots" at " https://oss.sonatype.org/content/repositories/snapshots"
20- libraryDependencies += " com.github.stevenchen3" %% " scala-faker" % " 0.1.0-SNAPSHOT"
21+ libraryDependencies += " com.github.stevenchen3" %% " scala-faker" % " 0.1.0-rc1"
2122```
2223
2324
You can’t perform that action at this time.
0 commit comments