From ae846e2cab07c592e01fa00e8d128cdb7121cc3b Mon Sep 17 00:00:00 2001 From: Evgeniy Roldukhin Date: Mon, 3 Feb 2020 13:06:50 +0300 Subject: [PATCH] Fixed 501 error for the maven central link, using of https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2f29a46..945820a8 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ sbt dependency: Link for direct download if you don't use a dependency manager: - - http://central.maven.org/maven2/com/typesafe/config/ + - https://repo1.maven.org/maven2/com/typesafe/config/ ### Release Notes