Skip to content

Commit

Permalink
Updates policy files from SBT [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed Mar 13, 2020
1 parent f030978 commit 0f2cb69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ These are the people that have contributed to the pbdirect project:
* Chris Birchall <[cb372](https://github.com/cb372)>
* Ernesto Periñán <[eperinan](https://github.com/eperinan)>
* Fede Fernández <[fedefernandez](https://github.com/fedefernandez)>
* Francisco Diaz <[franciscodr](https://github.com/franciscodr)>
* Juan Pedro Moreno <[juanpedromoreno](https://github.com/juanpedromoreno)>
* Scala Steward <[scala-steward](https://github.com/scala-steward)>
* kenji yoshida <[xuwei-k](https://github.com/xuwei-k)>
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[comment]: # (Start Badges)

[![Build Status](https://travis-ci.org/47degrees/pbdirect.svg?branch=master)](https://travis-ci.org/47degrees/pbdirect) [![codecov.io](http://codecov.io/gh/47degrees/pbdirect/branch/master/graph/badge.svg)](http://codecov.io/gh/47degrees/pbdirect) [![Maven Central](https://img.shields.io/badge/maven%20central-0.5.0-green.svg)](https://oss.sonatype.org/#nexus-search;gav~com.47deg~pbdirect*) [![Latest version](https://img.shields.io/badge/pbdirect-0.5.0-green.svg)](https://index.scala-lang.org/47deg/pbdirect) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://raw.githubusercontent.com/47degrees/pbdirect/master/LICENSE) [![Join the chat at https://gitter.im/47deg/pbdirect](https://badges.gitter.im/47deg/pbdirect.svg)](https://gitter.im/47deg/pbdirect?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub Issues](https://img.shields.io/github/issues/47degrees/pbdirect.svg)](https://github.com/47degrees/pbdirect/issues)
[![Build Status](https://travis-ci.org/47degrees/pbdirect.svg?branch=master)](https://travis-ci.org/47degrees/pbdirect) [![codecov.io](http://codecov.io/gh/47degrees/pbdirect/branch/master/graph/badge.svg)](http://codecov.io/gh/47degrees/pbdirect) [![Maven Central](https://img.shields.io/badge/maven%20central-0.5.1-green.svg)](https://oss.sonatype.org/#nexus-search;gav~com.47deg~pbdirect*) [![Latest version](https://img.shields.io/badge/pbdirect-0.5.1-green.svg)](https://index.scala-lang.org/47degrees/pbdirect) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://raw.githubusercontent.com/47degrees/pbdirect/master/LICENSE) [![Join the chat at https://gitter.im/47deg/pbdirect](https://badges.gitter.im/47deg/pbdirect.svg)](https://gitter.im/47deg/pbdirect?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub Issues](https://img.shields.io/github/issues/47degrees/pbdirect.svg)](https://github.com/47degrees/pbdirect/issues)

[comment]: # (End Badges)

Expand All @@ -22,7 +22,7 @@ In order to use PBDirect you need to add the following lines to your `build.sbt`
[comment]: # (Start Replace)

```scala
libraryDependencies += "com.47deg" %% "pbdirect" % "0.5.0"
libraryDependencies += "com.47deg" %% "pbdirect" % "0.5.1"
```

[comment]: # (End Replace)
Expand Down

0 comments on commit 0f2cb69

Please sign in to comment.