aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/maven
diff options
context:
space:
mode:
authorIgnat Beresnev <ignat.beresnev@jetbrains.com>2023-06-06 14:51:34 +0200
committerGitHub <noreply@github.com>2023-06-06 14:51:34 +0200
commitbb1c1514b5c4e94fd823517d9b94b1b264c99b4c (patch)
treed3c00740af1692e398bc67ad73963e68ddc4bb48 /integration-tests/maven
parentd680b14ee033da5b7edf2406c35a93583a8f8eed (diff)
downloaddokka-bb1c1514b5c4e94fd823517d9b94b1b264c99b4c.tar.gz
dokka-bb1c1514b5c4e94fd823517d9b94b1b264c99b4c.tar.bz2
dokka-bb1c1514b5c4e94fd823517d9b94b1b264c99b4c.zip
Update Dokka's references to 1.8.20 (#3028)
Diffstat (limited to 'integration-tests/maven')
-rw-r--r--integration-tests/maven/projects/it-maven/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-tests/maven/projects/it-maven/pom.xml b/integration-tests/maven/projects/it-maven/pom.xml
index e2db4e82..9d5ce50a 100644
--- a/integration-tests/maven/projects/it-maven/pom.xml
+++ b/integration-tests/maven/projects/it-maven/pom.xml
@@ -7,7 +7,7 @@
<version>1.0-SNAPSHOT</version>
<properties>
- <kotlin.version>1.8.10</kotlin.version>
+ <kotlin.version>1.8.20</kotlin.version>
</properties>
<build>
<plugins>