Skip to content

Commit ee99772

Browse files
committed
bump dokka to match kotlin version
should get rid of build time warnings
1 parent 5034028 commit ee99772

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@
5959

6060
<dependencyManagement>
6161
<dependencies>
62+
<dependency>
63+
<groupId>org.jetbrains.kotlin</groupId>
64+
<artifactId>kotlin-bom</artifactId>
65+
<version>${kotlin.version}</version>
66+
<type>pom</type>
67+
<scope>import</scope>
68+
</dependency>
6269
<dependency>
6370
<groupId>org.jetbrains.kotlinx</groupId>
6471
<artifactId>kotlinx-coroutines-core</artifactId>
@@ -291,7 +298,7 @@
291298
<plugin>
292299
<groupId>org.jetbrains.dokka</groupId>
293300
<artifactId>dokka-maven-plugin</artifactId>
294-
<version>1.7.20</version>
301+
<version>2.0.0</version>
295302
</plugin>
296303
<plugin>
297304
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)