From 43234af4f14ba6d3a1e3756ae45d79ac2fef8739 Mon Sep 17 00:00:00 2001 From: David Denton Date: Mon, 28 Sep 2020 15:27:55 +0100 Subject: [PATCH] tweak kotlin version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 896ccbc84..5424bba90 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ To install: ```groovy dependencies { - implementation platform("org.http4k:http4k-connect-bom:0.3.0.0") + implementation platform("org.http4k:http4k-connect-bom:0.5.0.0") implementation "org.http4k:http4k-connect-google-analytics" implementation "org.http4k:http4k-connect-google-analytics-fake" }