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
47degdev committed Feb 25, 2019
1 parent 152ea18 commit bb8fce7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ The maintainers of the project are:
## Contributors

These are the people that have contributed to the Github4s project:

10 changes: 5 additions & 5 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/47deg/github4s.svg?branch=master)](https://travis-ci.org/47deg/github4s) [![Join the chat at https://gitter.im/47deg/github4s](https://badges.gitter.im/47deg/github4s.svg)](https://gitter.im/47deg/github4s?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![codecov.io](http://codecov.io/github/47deg/github4s/coverage.svg?branch=master)](http://codecov.io/github/47deg/github4s?branch=master) [![Maven Central](https://img.shields.io/badge/maven%20central-0.20.0-green.svg)](https://oss.sonatype.org/#nexus-search;gav~com.47deg~github4s*) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/47deg/github4s/master/LICENSE) [![Latest version](https://img.shields.io/badge/github4s-0.20.0-green.svg)](https://index.scala-lang.org/47deg/github4s) [![Scala.js](http://scala-js.org/assets/badges/scalajs-0.6.17.svg)](http://scala-js.org) [![GitHub Issues](https://img.shields.io/github/issues/47deg/github4s.svg)](https://github.com/47deg/github4s/issues)
[![Build Status](https://travis-ci.org/47deg/github4s.svg?branch=master)](https://travis-ci.org/47deg/github4s) [![Join the chat at https://gitter.im/47deg/github4s](https://badges.gitter.im/47deg/github4s.svg)](https://gitter.im/47deg/github4s?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![codecov.io](http://codecov.io/github/47deg/github4s/coverage.svg?branch=master)](http://codecov.io/github/47deg/github4s?branch=master) [![Maven Central](https://img.shields.io/badge/maven%20central-0.20.1-green.svg)](https://oss.sonatype.org/#nexus-search;gav~com.47deg~github4s*) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/47deg/github4s/master/LICENSE) [![Latest version](https://img.shields.io/badge/github4s-0.20.1-green.svg)](https://index.scala-lang.org/47deg/github4s) [![Scala.js](http://scala-js.org/assets/badges/scalajs-0.6.17.svg)](http://scala-js.org) [![GitHub Issues](https://img.shields.io/github/issues/47deg/github4s.svg)](https://github.com/47deg/github4s/issues)

[comment]: # (End Badges)

Expand All @@ -21,7 +21,7 @@ For Scala.jvm:
[comment]: # (Start Replace)

```scala
libraryDependencies += "com.47deg" %% "github4s" % "0.20.0"
libraryDependencies += "com.47deg" %% "github4s" % "0.20.1"
```

[comment]: # (End Replace)
Expand All @@ -31,7 +31,7 @@ For Scala.js:
[comment]: # (Start Replace)

```scala
libraryDependencies += "com.47deg" %%% "github4s" % "0.20.0"
libraryDependencies += "com.47deg" %%% "github4s" % "0.20.1"
```

[comment]: # (End Replace)
Expand All @@ -51,6 +51,6 @@ If you wish to add your library here please consider a PR to include it in the l

Github4s is designed and developed by 47 Degrees

Copyright (C) 2016-2018 47 Degrees. <http://47deg.com>
Copyright (C) 2016-2019 47 Degrees. <http://47deg.com>

[comment]: # (End Copyright)
[comment]: # (End Copyright)
4 changes: 2 additions & 2 deletions docs/src/main/tut/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For Scala.jvm:
[comment]: # (Start Replace)

```scala
libraryDependencies += "com.47deg" %% "github4s" % "0.20.0"
libraryDependencies += "com.47deg" %% "github4s" % "0.20.1"
```

[comment]: # (End Replace)
Expand All @@ -31,7 +31,7 @@ For Scala.js:
[comment]: # (Start Replace)

```scala
libraryDependencies += "com.47deg" %%% "github4s" % "0.20.0"
libraryDependencies += "com.47deg" %%% "github4s" % "0.20.1"
```

[comment]: # (End Replace)

0 comments on commit bb8fce7

Please sign in to comment.