From cc2f7053af1b8b2d3725268b3e3a0ce887550cff Mon Sep 17 00:00:00 2001 From: David Denton Date: Fri, 9 Mar 2018 13:38:02 +0000 Subject: [PATCH] upgrade version and finagle version --- CHANGELOG.md | 2 +- README.md | 2 +- build.sbt | 2 +- harp.json | 4 ++-- src/main/site/format-dependencies.md | 18 +++++++++--------- src/main/site/installation-header.md | 2 +- src/main/site/templating-dependencies.md | 4 ++-- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aba2a6e6..872c7707 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ The main API is stable, but expect some amount of breaking changes around major - Add strict `Accept` header checking for `RouteSpec`s based on `producing()` settings. Option for non-strictness. - Add integrated self-hosted Swagger UI/ReDoc UI module -## 14.21.0 +## 14.21.1 - Upgrade Finagle to new version ## 14.20.0 diff --git a/README.md b/README.md index bb399014..56f7b43e 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ To activate the extension library features (JSON, templates etc), additional dep Add the following lines to ```build.sbt``` - the lib is hosted in Maven Central and JCenter: ```scala resolvers += "JCenter" at "https://jcenter.bintray.com" -libraryDependencies += "io.fintrospect" %% "fintrospect-core" % "14.21.0" +libraryDependencies += "io.fintrospect" %% "fintrospect-core" % "14.21.1" ``` ## See the code diff --git a/build.sbt b/build.sbt index 3e2c7e3b..63906df0 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ lazy val baseSettings = Seq( name := "fintrospect", organization := "io.fintrospect", - version := "14.21.0", + version := "14.21.1", scalaVersion := "2.12.3", crossScalaVersions := Seq("2.12.3", "2.11.8"), licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")), diff --git a/harp.json b/harp.json index cd4a0831..910aad0f 100644 --- a/harp.json +++ b/harp.json @@ -1,8 +1,8 @@ { "globals": { "fintrospect": { - "old": "14.20.0", - "new": "14.21.0" + "old": "14.21.0", + "new": "14.21.1" } } } \ No newline at end of file diff --git a/src/main/site/format-dependencies.md b/src/main/site/format-dependencies.md index b391208c..457fcf54 100644 --- a/src/main/site/format-dependencies.md +++ b/src/main/site/format-dependencies.md @@ -14,19 +14,19 @@ Argonaut application/json - "io.fintrospect" %% "fintrospect-argonaut" % "14.21.0" + "io.fintrospect" %% "fintrospect-argonaut" % "14.21.1" Argonaut Circe application/json - "io.fintrospect" %% "fintrospect-circe" % "14.21.0" + "io.fintrospect" %% "fintrospect-circe" % "14.21.1" Circe GSON application/json - "io.fintrospect" %% "fintrospect-gson" % "14.21.0" + "io.fintrospect" %% "fintrospect-gson" % "14.21.1" Gson @@ -38,14 +38,14 @@ Jackson application/json - "io.fintrospect" %% "fintrospect-jackson" % "14.21.0" + "io.fintrospect" %% "fintrospect-jackson" % "14.21.1" Jackson Json4S Native application/json - "io.fintrospect" %% "fintrospect-json4s" % "14.21.0" + "io.fintrospect" %% "fintrospect-json4s" % "14.21.1" Json4s
Json4sDoubleMode @@ -53,7 +53,7 @@ Json4S Jackson application/json - "io.fintrospect" %% "fintrospect-json4s" % "14.21.0" + "io.fintrospect" %% "fintrospect-json4s" % "14.21.1" Json4sJackson
@@ -62,7 +62,7 @@ MsgPack application/msgpack - "io.fintrospect" %% "fintrospect-msgpack" % "14.21.0" + "io.fintrospect" %% "fintrospect-msgpack" % "14.21.1" MsgPack @@ -74,13 +74,13 @@ Play application/json - "io.fintrospect" %% "fintrospect-play" % "14.21.0" + "io.fintrospect" %% "fintrospect-play" % "14.21.1" Play Spray application/json - "io.fintrospect" %% "fintrospect-spray" % "14.21.0" + "io.fintrospect" %% "fintrospect-spray" % "14.21.1" Spray diff --git a/src/main/site/installation-header.md b/src/main/site/installation-header.md index d977d2a9..e2fc1bc0 100644 --- a/src/main/site/installation-header.md +++ b/src/main/site/installation-header.md @@ -9,5 +9,5 @@ To activate some optional features, additional dependencies may be required - th Add the following lines to ```build.sbt``` - the lib is hosted in Maven Central and JCenter: ```scala resolvers += "JCenter" at "https://jcenter.bintray.com" -libraryDependencies += "io.fintrospect" %% "fintrospect-core" % "14.21.0" +libraryDependencies += "io.fintrospect" %% "fintrospect-core" % "14.21.1" ``` diff --git a/src/main/site/templating-dependencies.md b/src/main/site/templating-dependencies.md index f1794f1e..9aa61af1 100644 --- a/src/main/site/templating-dependencies.md +++ b/src/main/site/templating-dependencies.md @@ -8,13 +8,13 @@ Handlebars .hbs - "io.fintrospect" %% "fintrospect-handlebars" % "14.21.0" + "io.fintrospect" %% "fintrospect-handlebars" % "14.21.1" HandlebarsTemplates Mustache .mustache - "io.fintrospect" %% "fintrospect-mustache" % "14.21.0" + "io.fintrospect" %% "fintrospect-mustache" % "14.21.1" MustacheTemplates