Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed Apr 2, 2016
1 parent c95a1a5 commit 5885671
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.3.1 (2016-04-02)

* Updated play-json to v2.5.1

## v0.3.0 (2016-03-24)

* Updated to sangria-marshalling-api v0.2.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-play-json" % "0.3.0"
libraryDependencies += "org.sangria-graphql" %% "sangria-play-json" % "0.3.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-play-json"
organization := "org.sangria-graphql"
version := "0.3.1-SNAPSHOT"
version := "0.3.1"

description := "Sangria play-json marshalling"
homepage := Some(url("http://sangria-graphql.org"))
Expand All @@ -11,7 +11,7 @@ scalacOptions ++= Seq("-deprecation", "-feature")

libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria-marshalling-api" % "0.2.0",
"com.typesafe.play" %% "play-json" % "2.5.0",
"com.typesafe.play" %% "play-json" % "2.5.1",

"org.sangria-graphql" %% "sangria-marshalling-testkit" % "0.2.0" % "test",
"org.scalatest" %% "scalatest" % "2.2.6" % "test"
Expand Down

0 comments on commit 5885671

Please sign in to comment.