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

Commit

Permalink
Release 2.18.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Mar 24, 2021
1 parent 7f3b307 commit e8d485d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<a href="https://github.com/http4k/http4k-connect/actions?query=workflow%3A.github%2Fworkflows%2Fbuild.yaml"><img alt="build" src="https://github.com/http4k/http4k-connect/workflows/.github/workflows/build.yaml/badge.svg"></a>
<a href="https://mvnrepository.com/artifact/org.http4k"><img alt="download" src="https://img.shields.io/maven-central/v/org.http4k/http4k-connect-core"></a>

[comment]: <> (<img alt="jcenter free" src="https://img.shields.io/badge/JCenter%20free-%3Ev2.17.0.0-success">)
[comment]: <> (<img alt="jcenter free" src="https://img.shields.io/badge/JCenter%20free-%3Ev2.18.0.0-success">)
[comment]: <> (<a href="https://codecov.io/gh/http4k/http4k-connect"><img src="https://codecov.io/gh/http4k/http4k-connect/branch/master/graph/badge.svg" /></a>)
![http://kotlinlang.org](https://img.shields.io/badge/kotlin-1.4-blue.svg)

Expand Down Expand Up @@ -75,7 +75,7 @@ FakeExample().start()
```groovy
dependencies {
// install the platform...
implementation platform("org.http4k:http4k-connect-bom:2.17.0.0")
implementation platform("org.http4k:http4k-connect-bom:2.18.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": "2.17.0.0"
"version": "2.18.0.0"
}
}

0 comments on commit e8d485d

Please sign in to comment.