From 7b6cd9dc5b0d2b054e9d8960768a21e17874977f Mon Sep 17 00:00:00 2001 From: Oleg Ilyenko Date: Sun, 12 Jun 2016 03:19:27 +0200 Subject: [PATCH] Release v0.7.0 --- README.md | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 773110d1..ce01bd28 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ SBT Configuration: ```scala -libraryDependencies += "org.sangria-graphql" %% "sangria" % "0.6.3" +libraryDependencies += "org.sangria-graphql" %% "sangria" % "0.7.0" ``` You can find an example application that uses akka-http with sangria here: diff --git a/build.sbt b/build.sbt index 2bbdc85b..ab7b4fd5 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "sangria" organization := "org.sangria-graphql" -version := "0.7.0-SNAPSHOT" +version := "0.7.0" description := "Scala GraphQL implementation" homepage := Some(url("http://sangria-graphql.org"))