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 Mar 7, 2018
1 parent 77c3b58 commit 39f786d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.18.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.18.1-green.svg)](https://index.scala-lang.org/47deg/github4s) [![Scala.js](http://scala-js.org/assets/badges/scalajs-1.0.0-M1.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.18.2-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.18.2-green.svg)](https://index.scala-lang.org/47deg/github4s) [![Scala.js](http://scala-js.org/assets/badges/scalajs-1.0.0-M1.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.18.1"
libraryDependencies += "com.47deg" %% "github4s" % "0.18.2"
```

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

```scala
libraryDependencies += "com.47deg" %%% "github4s" % "0.18.1"
libraryDependencies += "com.47deg" %%% "github4s" % "0.18.2"
```

[comment]: # (End Replace)
Expand Down
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.18.1"
libraryDependencies += "com.47deg" %% "github4s" % "0.18.2"
```

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

```scala
libraryDependencies += "com.47deg" %%% "github4s" % "0.18.1"
libraryDependencies += "com.47deg" %%% "github4s" % "0.18.2"
```

[comment]: # (End Replace)

0 comments on commit 39f786d

Please sign in to comment.