From 3e26a31459a573edf484d7c4174a81cefcde5dc3 Mon Sep 17 00:00:00 2001 From: Lukas Forst Date: Mon, 10 Jul 2023 13:02:47 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5db09df..99e0550 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ Collection of Kotlin extension functions and utilities. This library does not ha Katlib is available on the Maven Central. Then to import Katlib to Gradle project use: ```Kotlin -implementation("dev.forst", "katlib", "2.2.5") +implementation("dev.forst", "katlib", "2.2.7") ``` Or with Groovy DSL ```groovy -implementation 'dev.forst:katlib:2.2.5' +implementation 'dev.forst:katlib:2.2.7' ``` To import Katlib to Maven project use: @@ -29,7 +29,7 @@ To import Katlib to Maven project use: dev.forst katlib - 2.2.5 + 2.2.7 ```