Skip to content

Commit 7191372

Browse files
authored
Update pom.xml
1 parent 01126bb commit 7191372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.github.javadev</groupId>
55
<artifactId>leetcode-in-kotlin</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.30-SNAPSHOT</version>
7+
<version>1.31-SNAPSHOT</version>
88
<name>leetcode-in-kotlin</name>
99
<description>Kotlin-based LeetCode algorithm problem solutions, regularly updated</description>
1010
<url>https://github.com/javadev/LeetCode-in-Kotlin</url>
@@ -101,7 +101,7 @@
101101
<plugin>
102102
<groupId>org.jetbrains.dokka</groupId>
103103
<artifactId>dokka-maven-plugin</artifactId>
104-
<version>1.9.20</version>
104+
<version>2.0.0-Beta</version>
105105
<executions>
106106
<execution>
107107
<phase>prepare-package</phase>

0 commit comments

Comments
 (0)