Skip to content

Commit

Permalink
Merge pull request #633 from lorenzoking/readme
Browse files Browse the repository at this point in the history
Dependency fix
  • Loading branch information
bencourliss authored Aug 4, 2022
2 parents 962ee0d + 72a56c5 commit ca6aa7e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,9 @@ Akka-Http: https://doc.akka.io/docs/akka-http/current/configuration.html
- 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.104.1
- Fixes org.scoverage dependency issues

## Changes in 2.104.0
- Issue 590: Added Node Group APIs and Test Suites

Expand Down
2 changes: 1 addition & 1 deletion docs/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.104.0"
"version" : "2.104.1"
},
"externalDocs" : {
"description" : "Open-horizon ExchangeAPI",
Expand Down
2 changes: 1 addition & 1 deletion docs/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.104.0"
"version" : "2.104.1"
},
"externalDocs" : {
"description" : "Open-horizon ExchangeAPI",
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "[0.9.1,)")
// addSbtPlugin("org.scalatra.sbt" % "sbt-scalatra" % "latest.release")

// Code coverage report generation
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "[1.6.1,)")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "[1.6.1,2.0.0]")



Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.104.0
2.104.1

0 comments on commit ca6aa7e

Please sign in to comment.