Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed Feb 28, 2016
1 parent a29cf36 commit 48fefd2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.1.1 (2016-02-28)

* Updated to latest version of marshalling API

## v0.1.0 (2016-01-23)

* Initial release
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-json4s-native" % "0.1.0"
libraryDependencies += "org.sangria-graphql" %% "sangria-json4s-native" % "0.1.1"
```

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

description := "Sangria json4s-native marshalling"
homepage := Some(url("http://sangria-graphql.org"))
Expand All @@ -10,11 +10,11 @@ scalaVersion := "2.11.7"
scalacOptions ++= Seq("-deprecation", "-feature")

libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria-marshalling-api" % "0.1.0",
"org.sangria-graphql" %% "sangria-marshalling-api" % "0.1.1",
"org.json4s" %% "json4s-native" % "3.3.0",

"org.sangria-graphql" %% "sangria-marshalling-testkit" % "0.1.0" % "test",
"org.scalatest" %% "scalatest" % "2.2.4" % "test"
"org.sangria-graphql" %% "sangria-marshalling-testkit" % "0.1.2" % "test",
"org.scalatest" %% "scalatest" % "2.2.6" % "test"
)

git.remoteRepo := "git@github.com:sangria-graphql/sangria-json4s-native.git"
Expand Down

0 comments on commit 48fefd2

Please sign in to comment.