Skip to content

Commit

Permalink
GH-103 - Upgrade to Kotlin 1.8.22.
Browse files Browse the repository at this point in the history
Explicit version for Dokka as that is only available in 1.8.20.
  • Loading branch information
odrotbohm committed Aug 18, 2023
1 parent 2650709 commit 5c2b708
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions kmolecules-ddd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

<properties>
<module.name>org.kmolecules.ddd</module.name>
<dokka.version>1.8.20</dokka.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -64,7 +65,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 All @@ -78,7 +79,7 @@
<plugin>
<groupId>org.jetbrains.dokka</groupId>
<artifactId>kotlin-as-java-plugin</artifactId>
<version>${kotlin.version}</version>
<version>${dokka.version}</version>
</plugin>
</dokkaPlugins>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<assertj.version>3.20.2</assertj.version>
<junit.version>5.7.2</junit.version>
<kotlin.version>1.6.21</kotlin.version>
<kotlin.version>1.8.22</kotlin.version>
</properties>

<licenses>
Expand Down

0 comments on commit 5c2b708

Please sign in to comment.