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 69e7d2a commit 10cb8fc
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-akka-streams"
organization := "org.sangria-graphql"
version := "0.1.0-SNAPSHOT"
version := "0.1.0"

description := "Sangria akka-streams 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",
"com.typesafe.akka" %% "akka-stream" % "2.4.11",
"org.scalatest" %% "scalatest" % "2.2.6" % "test"
)
Expand Down

0 comments on commit 10cb8fc

Please sign in to comment.