Skip to content

Commit 8e20cb2

Browse files
committed
Updates policy files from SBT [ci skip]
1 parent 79ccce4 commit 8e20cb2

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright (C) 2016-2019 47 Degrees. <http://47deg.com>
189+
Copyright (C) 2016-2020 47 Degrees. <http://47deg.com>
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

NOTICE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Github4s
2-
Copyright (c) 2016-2019 47 Degrees. All rights reserved.
2+
Copyright (c) 2016-2020 47 Degrees. All rights reserved.
33

44
Licensed under Apache License. See [LICENSE](LICENSE) for terms.

README.md

Lines changed: 3 additions & 3 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/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/gh/47deg/github4s/branch/master/graph/badge.svg)](http://codecov.io/gh/47deg/github4s) [![Maven Central](https://img.shields.io/badge/maven%20central-0.21.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.21.0-green.svg)](https://index.scala-lang.org/47deg/github4s) [![GitHub Issues](https://img.shields.io/github/issues/47deg/github4s.svg)](https://github.com/47deg/github4s/issues)
4+
[![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/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/47deg/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.21.0"
20+
libraryDependencies += "com.47deg" %% "github4s" % "0.22.0"
2121
```
2222

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

3838
Github4s is designed and developed by 47 Degrees
3939

40-
Copyright (C) 2016-2019 47 Degrees. <http://47deg.com>
40+
Copyright (C) 2016-2020 47 Degrees. <http://47deg.com>
4141

4242
[comment]: # (End Copyright)

0 commit comments

Comments
 (0)