Skip to content

Commit

Permalink
back to sangria-graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
yanns committed Apr 28, 2020
1 parent 3fbeb92 commit 1ab5d5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
[Sangria](http://sangria-graphql.org/) [circe](http://circe.io) marshalling.

[![Build Status](https://travis-ci.org/sangria-graphql-org/sangria-circe.svg?branch=master)](https://travis-ci.org/sangria-graphql-org/sangria-circe) [![Coverage Status](http://coveralls.io/repos/sangria-graphql-org/sangria-circe/badge.svg?branch=master&service=github)](http://coveralls.io/github/sangria-graphql-org/sangria-circe?branch=master) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.sangria-graphql/sangria-circe_2.11/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.sangria-graphql/sangria-circe_2.11) [![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)
[![Build Status](https://travis-ci.org/sangria-graphql/sangria-circe.svg?branch=master)](https://travis-ci.org/sangria-graphql/sangria-circe) [![Coverage Status](http://coveralls.io/repos/sangria-graphql/sangria-circe/badge.svg?branch=master&service=github)](http://coveralls.io/github/sangria-graphql/sangria-circe?branch=master) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.sangria-graphql/sangria-circe_2.11/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.sangria-graphql/sangria-circe_2.11) [![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)

SBT Configuration:

Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -46,8 +46,8 @@ startYear := Some(2016)
organizationHomepage := Some(url("https://github.com/sangria-graphql"))
developers := Developer("OlegIlyenko", "Oleg Ilyenko", "", url("https://github.com/OlegIlyenko")) :: Nil
scmInfo := Some(ScmInfo(
browseUrl = url("https://github.com/sangria-graphql-org/sangria-circe.git"),
connection = "scm:git:git@github.com:sangria-graphql-org/sangria-circe.git"
browseUrl = url("https://github.com/sangria-graphql/sangria-circe.git"),
connection = "scm:git:git@github.com:sangria-graphql/sangria-circe.git"
))

// nice *magenta* prompt!
Expand Down

0 comments on commit 1ab5d5f

Please sign in to comment.