diff --git a/CHANGELOG.md b/CHANGELOG.md
index 05d0709a..f4e893f9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ 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
+## 15.1.0
+- use Java 11 to build
+- upgrade some dependencies (including Argo)
+
## 15.0.2
- Upgrade to various dependencies, including Finagle to version `19.5.0`. This has resulted in
various API changes due to Finagle dropping the dependency on Netty v3 (now v4).
diff --git a/README.md b/README.md
index aed1cad0..5a40daa1 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" % "15.0.2"
+libraryDependencies += "io.fintrospect" %% "fintrospect-core" % "15.1.0"
```
## See the code
diff --git a/build.sbt b/build.sbt
index 6ab49191..fd6411c8 100644
--- a/build.sbt
+++ b/build.sbt
@@ -3,7 +3,7 @@ import Dependencies._
lazy val baseSettings = Seq(
name := "fintrospect",
organization := "io.fintrospect",
- version := "15.0.2",
+ version := "15.1.0",
scalaVersion := "2.12.8",
crossScalaVersions := Seq("2.12.8", "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 c651dc76..84c3696d 100644
--- a/harp.json
+++ b/harp.json
@@ -1,8 +1,8 @@
{
"globals": {
"fintrospect": {
- "old": "15.0.1",
- "new": "15.0.2"
+ "old": "15.0.2",
+ "new": "15.1.0"
}
}
}
\ No newline at end of file
diff --git a/src/main/site/format-dependencies.md b/src/main/site/format-dependencies.md
index b5e3e6bd..8dfda080 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" % "15.0.2" |
+ "io.fintrospect" %% "fintrospect-argonaut" % "15.1.0" |
Argonaut |
Circe |
application/json |
- "io.fintrospect" %% "fintrospect-circe" % "15.0.2" |
+ "io.fintrospect" %% "fintrospect-circe" % "15.1.0" |
Circe |
GSON |
application/json |
- "io.fintrospect" %% "fintrospect-gson" % "15.0.2" |
+ "io.fintrospect" %% "fintrospect-gson" % "15.1.0" |
Gson |
@@ -38,14 +38,14 @@
Jackson |
application/json |
- "io.fintrospect" %% "fintrospect-jackson" % "15.0.2" |
+ "io.fintrospect" %% "fintrospect-jackson" % "15.1.0" |
Jackson
|
Json4S Native |
application/json |
- "io.fintrospect" %% "fintrospect-json4s" % "15.0.2" |
+ "io.fintrospect" %% "fintrospect-json4s" % "15.1.0" |
Json4s
Json4sDoubleMode |
@@ -53,7 +53,7 @@
Json4S Jackson |
application/json |
- "io.fintrospect" %% "fintrospect-json4s" % "15.0.2" |
+ "io.fintrospect" %% "fintrospect-json4s" % "15.1.0" |
Json4sJackson
@@ -62,7 +62,7 @@
|
MsgPack |
application/msgpack |
- "io.fintrospect" %% "fintrospect-msgpack" % "15.0.2" |
+ "io.fintrospect" %% "fintrospect-msgpack" % "15.1.0" |
MsgPack |
@@ -74,13 +74,13 @@
Play |
application/json |
- "io.fintrospect" %% "fintrospect-play" % "15.0.2" |
+ "io.fintrospect" %% "fintrospect-play" % "15.1.0" |
Play |
Spray |
application/json |
- "io.fintrospect" %% "fintrospect-spray" % "15.0.2" |
+ "io.fintrospect" %% "fintrospect-spray" % "15.1.0" |
Spray |
diff --git a/src/main/site/installation-header.md b/src/main/site/installation-header.md
index e2597582..00125a8d 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" % "15.0.2"
+libraryDependencies += "io.fintrospect" %% "fintrospect-core" % "15.1.0"
```
diff --git a/src/main/site/templating-dependencies.md b/src/main/site/templating-dependencies.md
index fd702474..55e27434 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" % "15.0.2" |
+ "io.fintrospect" %% "fintrospect-handlebars" % "15.1.0" |
HandlebarsTemplates |
Mustache |
.mustache |
- "io.fintrospect" %% "fintrospect-mustache" % "15.0.2" |
+ "io.fintrospect" %% "fintrospect-mustache" % "15.1.0" |
MustacheTemplates |