Skip to content

Commit

Permalink
Merge pull request #642 from bencourliss/v2.87
Browse files Browse the repository at this point in the history
Fix dependency issues
  • Loading branch information
bencourliss authored Oct 6, 2022
2 parents 9d141da + efceefc commit 45895dc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/openapi-3-developer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion doc/openapi-3-user.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 3 additions & 9 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
2 changes: 1 addition & 1 deletion src/main/resources/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.87.2
2.87.3

0 comments on commit 45895dc

Please sign in to comment.