Skip to content

Commit 57d1567

Browse files
committed
Updates policy files from SBT [ci skip]
1 parent edbc7c7 commit 57d1567

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
Discussion around Github4s happens in the [Gitter channel](https://gitter.im/47deg/github4s) as well as on
3+
Discussion around Github4s happens in the [Gitter channel](https://gitter.im/47degrees/github4s) as well as on
44
[GitHub issues](https://github.com/47degrees/github4s/issues) and [pull requests](https://github.com/47degrees/github4s/pulls).
55

66
Feel free to open an issue if you notice a bug, have an idea for a feature, or have a question about

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[comment]: # (Start Badges)
33

4-
[![Build Status](https://travis-ci.org/47degrees/github4s.svg?branch=master)](https://travis-ci.org/47degrees/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/gh/47deg/github4s/branch/master/graph/badge.svg)](http://codecov.io/gh/47deg/github4s) [![Maven Central](https://img.shields.io/badge/maven%20central-0.22.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.22.0-green.svg)](https://index.scala-lang.org/47deg/github4s) [![GitHub Issues](https://img.shields.io/github/issues/47deg/github4s.svg)](https://github.com/47degrees/github4s/issues)
4+
[![Build Status](https://travis-ci.org/47degrees/github4s.svg?branch=master)](https://travis-ci.org/47degrees/github4s) [![Join the chat at https://gitter.im/47degrees/github4s](https://badges.gitter.im/47degrees/github4s.svg)](https://gitter.im/47degrees/github4s?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![codecov.io](http://codecov.io/gh/47degrees/github4s/branch/master/graph/badge.svg)](http://codecov.io/gh/47degrees/github4s) [![Maven Central](https://img.shields.io/badge/maven%20central-0.23.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/47degrees/github4s/master/LICENSE) [![Latest version](https://img.shields.io/badge/github4s-0.23.0-green.svg)](https://index.scala-lang.org/47degrees/github4s) [![GitHub Issues](https://img.shields.io/github/issues/47degrees/github4s.svg)](https://github.com/47degrees/github4s/issues)
55

66
[comment]: # (End Badges)
77

@@ -17,7 +17,7 @@ To get started with SBT, simply add the following to your build.sbt file.
1717
[comment]: # (Start Replace)
1818

1919
```scala
20-
libraryDependencies += "com.47deg" %% "github4s" % "0.22.0"
20+
libraryDependencies += "com.47deg" %% "github4s" % "0.23.0"
2121
```
2222

2323
[comment]: # (End Replace)

0 commit comments

Comments
 (0)