Skip to content

Commit

Permalink
Release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed Oct 7, 2016
1 parent 2be62b4 commit dcd3711
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.5.1 (2016-10-08)

* Updated `circe` to version 0.5.3

## v0.5.0 (2016-09-01)

* Updated `circe` to version 0.5.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
SBT Configuration:

```scala
libraryDependencies += "org.sangria-graphql" %% "sangria-circe" % "0.5.0"
libraryDependencies += "org.sangria-graphql" %% "sangria-circe" % "0.5.1"
```

## License
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "sangria-circe"
organization := "org.sangria-graphql"
version := "0.5.1-SNAPSHOT"
version := "0.5.1"

description := "Sangria circe marshalling"
homepage := Some(url("http://sangria-graphql.org"))
Expand All @@ -9,7 +9,7 @@ licenses := Seq("Apache License, ASL Version 2.0" -> url("http://www.apache.org/
scalaVersion := "2.11.8"
scalacOptions ++= Seq("-deprecation", "-feature")

val circeVersion = "0.5.0"
val circeVersion = "0.5.3"

libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria-marshalling-api" % "0.2.1",
Expand Down

0 comments on commit dcd3711

Please sign in to comment.