diff --git a/README.md b/README.md index f5ef7cdd..3208838f 100644 --- a/README.md +++ b/README.md @@ -300,6 +300,9 @@ Now you can disable root by setting `api.root.enabled` to `false` in `/etc/horiz - detect if a pattern is updated with service that has userInput w/o default values, and give warning - Consider changing all creates to POST, and update (via put/patch) return codes to 200 +## Changes in 2.87.3 + - Fixes org.scoverage dependency issues + ## Changes in 2.87.2 - Dependency updates. - akka-http 10.2.4 -> 10.2.7 diff --git a/doc/openapi-3-developer.json b/doc/openapi-3-developer.json index 04d046cf..d7a0a635 100644 --- a/doc/openapi-3-developer.json +++ b/doc/openapi-3-developer.json @@ -8,7 +8,7 @@ "name" : "Apache License Version 2.0", "url" : "https://www.apache.org/licenses/LICENSE-2.0" }, - "version" : "2.87.2" + "version" : "2.87.3" }, "externalDocs" : { "description" : "Open-horizon ExchangeAPI", diff --git a/doc/openapi-3-user.json b/doc/openapi-3-user.json index 233c2afa..016d23c3 100644 --- a/doc/openapi-3-user.json +++ b/doc/openapi-3-user.json @@ -8,7 +8,7 @@ "name" : "Apache License Version 2.0", "url" : "https://www.apache.org/licenses/LICENSE-2.0" }, - "version" : "2.87.2" + "version" : "2.87.3" }, "externalDocs" : { "description" : "Open-horizon ExchangeAPI", diff --git a/project/plugins.sbt b/project/plugins.sbt index bc80c8fb..3cc61a27 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -20,12 +20,6 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "[0.9.1,)") // Code coverage report generation addSbtPlugin("org.scoverage" % "sbt-scoverage" % "[1.6.1,)") - - - - - - - - - +ThisBuild / libraryDependencySchemes ++= Seq( + "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always +) diff --git a/src/main/resources/version.txt b/src/main/resources/version.txt index 4a0bff3c..b8c91e10 100644 --- a/src/main/resources/version.txt +++ b/src/main/resources/version.txt @@ -1 +1 @@ -2.87.2 \ No newline at end of file +2.87.3 \ No newline at end of file