Skip to content

Commit 484ff5b

Browse files
author
Steven Chen
authored
Update README.md
1 parent 74ced58 commit 484ff5b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)