Skip to content

Commit

Permalink
Fix dokka version.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLennox committed Sep 28, 2023
1 parent ffa7544 commit bd71632
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 @@ -40,6 +40,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jicoco.version>1.1-126-g1f776be</jicoco.version>
<kotlin.version>1.9.10</kotlin.version>
<dokka.version>1.9.0</dokka.version>
<kotest.version>5.7.2</kotest.version>
<junit.version>5.10.0</junit.version>
</properties>
Expand Down Expand Up @@ -487,7 +488,7 @@
<plugin>
<groupId>org.jetbrains.dokka</groupId>
<artifactId>dokka-maven-plugin</artifactId>
<version>${kotlin.version}</version>
<version>${dokka.version}</version>
<executions>
<execution>
<phase>package</phase>
Expand Down

0 comments on commit bd71632

Please sign in to comment.