Skip to content

Commit

Permalink
show last release
Browse files Browse the repository at this point in the history
  • Loading branch information
yanns committed Oct 26, 2020
1 parent 4ace88a commit 06eac5b
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions README.md
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/sangria-graphql/sangria-slowlog.svg?branch=master)](https://travis-ci.org/sangria-graphql/sangria-slowlog)
[![Coverage Status](http://coveralls.io/repos/sangria-graphql/sangria-slowlog/badge.svg?branch=master&service=github)](http://coveralls.io/github/sangria-graphql/sangria-slowlog?branch=master)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.sangria-graphql/sangria-slowlog_2.11/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.sangria-graphql/sangria-slowlog_2.11)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.sangria-graphql/sangria-slowlog_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.sangria-graphql/sangria-slowlog_2.12)
[![License](http://img.shields.io/:license-Apache%202-brightgreen.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)
[![Join the chat at https://gitter.im/sangria-graphql/sangria](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/sangria-graphql/sangria?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Expand All @@ -11,15 +11,8 @@ SBT Configuration:
- last stable release:

```scala
libraryDependencies += "org.sangria-graphql" %% "sangria" % "1.4.2"
libraryDependencies += "org.sangria-graphql" %% "sangria-slowlog" % "0.1.8"
```

- 2.0.0 milestone, available for scala 2.13:

```scala
libraryDependencies += "org.sangria-graphql" %% "sangria" % "2.0.0-M1"
libraryDependencies += "org.sangria-graphql" %% "sangria-slowlog" % "2.0.0-M1"
libraryDependencies += "org.sangria-graphql" %% "sangria" % "<last version>"
libraryDependencies += "org.sangria-graphql" %% "sangria-slowlog" % "<last version>"
```

## Usage
Expand Down

0 comments on commit 06eac5b

Please sign in to comment.