From a9b86d78c90ed18a838ed76dbd0468799c77c13f Mon Sep 17 00:00:00 2001 From: Ignat Beresnev Date: Mon, 20 Jun 2022 13:39:01 +0200 Subject: Prepare for next development iteration --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9fdebea5..217d5c2f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Project Settings -dokka_version=1.7.0-SNAPSHOT +dokka_version=1.7.10-SNAPSHOT dokka_integration_test_parallelism=2 # Versions kotlin_version=1.7.0 -- cgit