Skip to content

Commit

Permalink
Release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed May 10, 2018
1 parent af73a37 commit c0b399b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: scala
scala:
- 2.11.11
- 2.12.4
- 2.12.6
jdk:
- oraclejdk8
- oraclejdk8
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v1.0.2 (2018-05-10)
## v1.0.2 (2018-05-11)

The release should be compatible with v1.0.0, so no update to the downstream libraries is necessary.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A common API implemented by different marshalling libraries (like sangria-spray-
SBT Configuration:

```scala
libraryDependencies += "org.sangria-graphql" %% "sangria-marshalling-api" % "1.0.1"
libraryDependencies += "org.sangria-graphql" %% "sangria-marshalling-api" % "1.0.2"
```

## License
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name := "sangria-marshalling-api"
organization := "org.sangria-graphql"
version := "1.0.2-SNAPSHOT"
version := "1.0.2"

description := "Sangria Marshalling API"
homepage := Some(url("http://sangria-graphql.org"))
licenses := Seq("Apache License, ASL Version 2.0" url("http://www.apache.org/licenses/LICENSE-2.0"))

scalaVersion := "2.12.4"
crossScalaVersions := Seq("2.11.11", "2.12.4")
scalaVersion := "2.12.6"
crossScalaVersions := Seq("2.11.11", "2.12.6")

scalacOptions ++= Seq("-deprecation", "-feature")

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.1.0
sbt.version=1.1.5

0 comments on commit c0b399b

Please sign in to comment.