Skip to content

Commit

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

* Initial release
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "sangria-rxscala"
organization := "org.sangria-graphql"
version := "0.1.0-SNAPSHOT"
version := "0.1.0"

description := "Sangria RxScala integration"
homepage := Some(url("http://sangria-graphql.org"))
Expand All @@ -10,7 +10,7 @@ scalaVersion := "2.11.8"
scalacOptions ++= Seq("-deprecation", "-feature")

libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria-streaming-api" % "0.1.0-SNAPSHOT",
"org.sangria-graphql" %% "sangria-streaming-api" % "0.1.0",
"io.reactivex" %% "rxscala" % "0.26.2",
"org.scalatest" %% "scalatest" % "2.2.6" % "test"
)
Expand Down

0 comments on commit 0da16bf

Please sign in to comment.