We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01126bb commit 7191372Copy full SHA for 7191372
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>com.github.javadev</groupId>
5
<artifactId>leetcode-in-kotlin</artifactId>
6
<packaging>jar</packaging>
7
- <version>1.30-SNAPSHOT</version>
+ <version>1.31-SNAPSHOT</version>
8
<name>leetcode-in-kotlin</name>
9
<description>Kotlin-based LeetCode algorithm problem solutions, regularly updated</description>
10
<url>https://github.com/javadev/LeetCode-in-Kotlin</url>
@@ -101,7 +101,7 @@
101
<plugin>
102
<groupId>org.jetbrains.dokka</groupId>
103
<artifactId>dokka-maven-plugin</artifactId>
104
- <version>1.9.20</version>
+ <version>2.0.0-Beta</version>
105
<executions>
106
<execution>
107
<phase>prepare-package</phase>
0 commit comments