Skip to content

Commit 48fefd2

Browse files
committed
Release v0.1.1
1 parent a29cf36 commit 48fefd2

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.1.1 (2016-02-28)
2+
3+
* Updated to latest version of marshalling API
4+
15
## v0.1.0 (2016-01-23)
26

37
* Initial release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
SBT Configuration:
66

77
```scala
8-
libraryDependencies += "org.sangria-graphql" %% "sangria-json4s-native" % "0.1.0"
8+
libraryDependencies += "org.sangria-graphql" %% "sangria-json4s-native" % "0.1.1"
99
```
1010

1111
## License

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "sangria-json4s-native"
22
organization := "org.sangria-graphql"
3-
version := "0.2.0-SNAPSHOT"
3+
version := "0.1.1"
44

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

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

16-
"org.sangria-graphql" %% "sangria-marshalling-testkit" % "0.1.0" % "test",
17-
"org.scalatest" %% "scalatest" % "2.2.4" % "test"
16+
"org.sangria-graphql" %% "sangria-marshalling-testkit" % "0.1.2" % "test",
17+
"org.scalatest" %% "scalatest" % "2.2.6" % "test"
1818
)
1919

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

0 commit comments

Comments
 (0)