aboutsummaryrefslogtreecommitdiff
path: root/examples/maven/pom.xml
diff options
context:
space:
mode:
authorvmishenev <vad-mishenev@yandex.ru>2021-11-23 13:32:47 +0300
committerGitHub <noreply@github.com>2021-11-23 13:32:47 +0300
commit8d151d1b5c99cded45bd8d60919b17f797e36116 (patch)
tree9c412027559d092d4831816a30df94a26a336710 /examples/maven/pom.xml
parentaf81f9db62cdff3baaf8cc81835457940747ebe6 (diff)
downloaddokka-8d151d1b5c99cded45bd8d60919b17f797e36116.tar.gz
dokka-8d151d1b5c99cded45bd8d60919b17f797e36116.tar.bz2
dokka-8d151d1b5c99cded45bd8d60919b17f797e36116.zip
Update README, docs and examples to 1.6 (#2237)
Diffstat (limited to 'examples/maven/pom.xml')
-rw-r--r--examples/maven/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/maven/pom.xml b/examples/maven/pom.xml
index 18b36715..888ca3e1 100644
--- a/examples/maven/pom.xml
+++ b/examples/maven/pom.xml
@@ -8,8 +8,8 @@
<artifactId>kotlin-maven-example</artifactId>
<version>1.0-SNAPSHOT</version>
<properties>
- <kotlin.version>1.4.32</kotlin.version>
- <dokka.version>1.4.32</dokka.version>
+ <kotlin.version>1.6.0</kotlin.version>
+ <dokka.version>1.6.0</dokka.version>
</properties>
<dependencies>