Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Oct 11, 2020
1 parent 8cbefbc commit fde2839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To install:
```groovy
dependencies {
// install the plaform...
implementation platform("org.http4k:http4k-connect-bom:0.14.0.0")
implementation platform("org.http4k:http4k-connect-bom:0.15.0.0")
// ...then choose a client
implementation "org.http4k:http4k-connect-amazon-s3"
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"connect": {
"version": "0.14.0.0"
"version": "0.15.0.0"
}
}

0 comments on commit fde2839

Please sign in to comment.