From c0b399b27be4b4b6b7a35767bdea6f4b304c45b1 Mon Sep 17 00:00:00 2001 From: Oleg Ilyenko Date: Fri, 11 May 2018 00:16:35 +0200 Subject: [PATCH] Release v1.0.2 --- .travis.yml | 4 ++-- CHANGELOG.md | 2 +- README.md | 2 +- build.sbt | 6 +++--- project/build.properties | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index e16ee2d..2150cbf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: scala scala: - 2.11.11 - - 2.12.4 + - 2.12.6 jdk: - - oraclejdk8 \ No newline at end of file + - oraclejdk8 diff --git a/CHANGELOG.md b/CHANGELOG.md index 44849ef..57a8b32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 32e3634..b611268 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.sbt b/build.sbt index a4de19d..199ae44 100644 --- a/build.sbt +++ b/build.sbt @@ -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") diff --git a/project/build.properties b/project/build.properties index 8b697bb..7c81737 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.1.0 +sbt.version=1.1.5