From 1cfdcf446106e1a28198b64c3ecc848af67b431f Mon Sep 17 00:00:00 2001 From: rcardin Date: Fri, 16 Feb 2024 11:58:31 +0100 Subject: [PATCH] Fixed dokka maven plugin version --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fbc5a91..7ecaebe 100644 --- a/pom.xml +++ b/pom.xml @@ -42,6 +42,7 @@ 1.9.22 1.8.0 + 1.9.10 @@ -141,7 +142,7 @@ org.jetbrains.dokka dokka-maven-plugin - ${kotlin.version} + ${dokka-maven-plugin.version} install