aboutsummaryrefslogtreecommitdiff
path: root/examples/maven
diff options
context:
space:
mode:
authorIgnat Beresnev <ignat.beresnev@jetbrains.com>2022-09-27 07:05:36 +0200
committerGitHub <noreply@github.com>2022-09-27 07:05:36 +0200
commita7750c6447230abb409a05bf1686c78632696df4 (patch)
tree9fd7b54bd27d9590046596a2fe6b165e59444567 /examples/maven
parent86f9559ebd40a07e996df49464fc9101dd21d3bc (diff)
downloaddokka-a7750c6447230abb409a05bf1686c78632696df4.tar.gz
dokka-a7750c6447230abb409a05bf1686c78632696df4.tar.bz2
dokka-a7750c6447230abb409a05bf1686c78632696df4.zip
Update Kotlin to 1.7.20-RC (#2682)
Diffstat (limited to 'examples/maven')
-rw-r--r--examples/maven/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/maven/pom.xml b/examples/maven/pom.xml
index d6b5bb33..ca332649 100644
--- a/examples/maven/pom.xml
+++ b/examples/maven/pom.xml
@@ -8,7 +8,7 @@
<artifactId>kotlin-maven-example</artifactId>
<version>1.0-SNAPSHOT</version>
<properties>
- <kotlin.version>1.7.10</kotlin.version>
+ <kotlin.version>1.7.20-RC</kotlin.version>
<dokka.version>1.7.10</dokka.version>
</properties>