From a6ea01bc8b41881384df603f7fce9c770ba40e5a Mon Sep 17 00:00:00 2001 From: David Denton Date: Wed, 26 Aug 2020 12:19:18 +0100 Subject: [PATCH] upgrade scoverage --- README.md | 2 +- project/Dependencies.scala | 14 +++++++------- project/plugins.sbt | 2 +- src/main/site/format-dependencies.md | 18 +++++++++--------- src/main/site/installation-header.md | 2 +- src/main/site/templating-dependencies.md | 4 ++-- 6 files changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 5a40daa1..6e1ea82e 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.1.0" +libraryDependencies += "io.fintrospect" %% "fintrospect-core" % "16.0.0" ``` ## See the code diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 26cb262d..c8b82d56 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -2,19 +2,19 @@ object Dependencies { // Versions val argoVersion = "5.13" - val argonautVersion = "6.3.1" // 13 - val circeVersion = "0.13.0" // 13 + val argonautVersion = "6.3.1" + val circeVersion = "0.13.0" val commonsLang3Version = "3.11" - val finagleVersion = "20.8.0" // 13 + val finagleVersion = "20.8.0" val handlebarsScalaForkVersion = "2.3.0" val gsonVersion = "2.8.6" val guavaVersion = "29.0-jre" val jacksonVersion = "2.11.2" - val json4sVersion = "3.6.8" // 13 + val json4sVersion = "3.6.8" val mustacheCompilerVersion = "0.9.6" - val playJsonVersion = "2.9.0" // 13 + val playJsonVersion = "2.9.0" val scalaTestVersion = "3.0.8" - val scalaXmlVersion = "1.3.0" // 13 - val sprayJsonVersion = "1.3.5" // 13 + val scalaXmlVersion = "1.3.0" + val sprayJsonVersion = "1.3.5" val javaXActivationVersion = "1.2.0" } diff --git a/project/plugins.sbt b/project/plugins.sbt index 4168dd6d..3fefc673 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ resolvers += Classpaths.sbtPluginReleases -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1") addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7") diff --git a/src/main/site/format-dependencies.md b/src/main/site/format-dependencies.md index 8dfda080..1965407a 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.1.0" + "io.fintrospect" %% "fintrospect-argonaut" % "16.0.0" Argonaut Circe application/json - "io.fintrospect" %% "fintrospect-circe" % "15.1.0" + "io.fintrospect" %% "fintrospect-circe" % "16.0.0" Circe GSON application/json - "io.fintrospect" %% "fintrospect-gson" % "15.1.0" + "io.fintrospect" %% "fintrospect-gson" % "16.0.0" Gson @@ -38,14 +38,14 @@ Jackson application/json - "io.fintrospect" %% "fintrospect-jackson" % "15.1.0" + "io.fintrospect" %% "fintrospect-jackson" % "16.0.0" Jackson Json4S Native application/json - "io.fintrospect" %% "fintrospect-json4s" % "15.1.0" + "io.fintrospect" %% "fintrospect-json4s" % "16.0.0" Json4s
Json4sDoubleMode @@ -53,7 +53,7 @@ Json4S Jackson application/json - "io.fintrospect" %% "fintrospect-json4s" % "15.1.0" + "io.fintrospect" %% "fintrospect-json4s" % "16.0.0" Json4sJackson
@@ -62,7 +62,7 @@ MsgPack application/msgpack - "io.fintrospect" %% "fintrospect-msgpack" % "15.1.0" + "io.fintrospect" %% "fintrospect-msgpack" % "16.0.0" MsgPack @@ -74,13 +74,13 @@ Play application/json - "io.fintrospect" %% "fintrospect-play" % "15.1.0" + "io.fintrospect" %% "fintrospect-play" % "16.0.0" Play Spray application/json - "io.fintrospect" %% "fintrospect-spray" % "15.1.0" + "io.fintrospect" %% "fintrospect-spray" % "16.0.0" Spray diff --git a/src/main/site/installation-header.md b/src/main/site/installation-header.md index 00125a8d..7d1cfa31 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.1.0" +libraryDependencies += "io.fintrospect" %% "fintrospect-core" % "16.0.0" ``` diff --git a/src/main/site/templating-dependencies.md b/src/main/site/templating-dependencies.md index 55e27434..b0da61bb 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.1.0" + "io.fintrospect" %% "fintrospect-handlebars" % "16.0.0" HandlebarsTemplates Mustache .mustache - "io.fintrospect" %% "fintrospect-mustache" % "15.1.0" + "io.fintrospect" %% "fintrospect-mustache" % "16.0.0" MustacheTemplates