Skip to content

Commit

Permalink
Fixed dokka maven plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
rcardin committed Feb 16, 2024
1 parent 1032440 commit 1cfdcf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<properties>
<kotlin.version>1.9.22</kotlin.version>
<kotlinx-coroutines.version>1.8.0</kotlinx-coroutines.version>
<dokka-maven-plugin.version>1.9.10</dokka-maven-plugin.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -141,7 +142,7 @@
<plugin>
<groupId>org.jetbrains.dokka</groupId>
<artifactId>dokka-maven-plugin</artifactId>
<version>${kotlin.version}</version>
<version>${dokka-maven-plugin.version}</version>
<executions>
<execution>
<phase>install</phase>
Expand Down

0 comments on commit 1cfdcf4

Please sign in to comment.