aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/maven
diff options
context:
space:
mode:
authorVadim Mishenev <vad-mishenev@yandex.ru>2023-11-06 14:31:22 +0200
committerGitHub <noreply@github.com>2023-11-06 14:31:22 +0200
commit84e48b516500433332e9279237cd139f7836ca94 (patch)
tree8aa04ea7392bd73331dc3582ffafddb37ebffb31 /integration-tests/maven
parent2b0a63f3565f620f7212a822aee2575a46f44897 (diff)
downloaddokka-84e48b516500433332e9279237cd139f7836ca94.tar.gz
dokka-84e48b516500433332e9279237cd139f7836ca94.tar.bz2
dokka-84e48b516500433332e9279237cd139f7836ca94.zip
Update Kotlin to 1.9.20 (#3319)
* Update compiler and KGP to 1.9.20 * Update integration tests
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 3e20bf53..6246e27a 100644
--- a/integration-tests/maven/projects/it-maven/pom.xml
+++ b/integration-tests/maven/projects/it-maven/pom.xml
@@ -11,7 +11,7 @@
<version>1.0-SNAPSHOT</version>
<properties>
- <kotlin.version>1.9.20-RC</kotlin.version>
+ <kotlin.version>1.9.20</kotlin.version>
</properties>
<build>
<plugins>