Skip to content

Commit

Permalink
Release v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed Apr 16, 2016
1 parent 3eb44ac commit 18670d6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,8 @@
## v0.4.2 (2016-04-11)
## v0.4.3 (2016-04-11)

* Updated `circe` to version 0.4.1

## v0.4.2 (2016-04-16)

* Updated `circe` to version 0.4.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@
SBT Configuration:

```scala
libraryDependencies += "org.sangria-graphql" %% "sangria-circe" % "0.4.2"
libraryDependencies += "org.sangria-graphql" %% "sangria-circe" % "0.4.3"
```

## License
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
@@ -1,6 +1,6 @@
name := "sangria-circe"
organization := "org.sangria-graphql"
version := "0.4.3-SNAPSHOT"
version := "0.4.3"

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.4.0"
val circeVersion = "0.4.1"

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

0 comments on commit 18670d6

Please sign in to comment.