From 2c0a1e44ec1d7cb6a4212e5e8fbefaba3741da82 Mon Sep 17 00:00:00 2001 From: Hubert Van De Walle Date: Fri, 11 Sep 2020 17:14:32 +0200 Subject: [PATCH] Fix http4k client artifact --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index bcf3be9..ab43bce 100644 --- a/config.toml +++ b/config.toml @@ -50,7 +50,7 @@ category = "server" [dependencies.http4k-client-apache] groupId = "org.http4k" -artifactId = "http4k-server-apache" +artifactId = "http4k-client-apache" version = "3.260.0" category = "server"