diff options
author | Ignat Beresnev <ignat.beresnev@jetbrains.com> | 2022-07-08 15:06:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-08 15:06:57 +0200 |
commit | 9fbe33bdc656cea5b199771b0df116b8786c9b95 (patch) | |
tree | 8374fa63edd1627a71686ac5968c3e5b03760824 /integration-tests/maven/projects | |
parent | 3332f9f95be5cdea153818ae5d965298aa8c82f9 (diff) | |
download | dokka-9fbe33bdc656cea5b199771b0df116b8786c9b95.tar.gz dokka-9fbe33bdc656cea5b199771b0df116b8786c9b95.tar.bz2 dokka-9fbe33bdc656cea5b199771b0df116b8786c9b95.zip |
Update Kotlin to 1.7.10 (#2564)
Diffstat (limited to 'integration-tests/maven/projects')
-rw-r--r-- | integration-tests/maven/projects/it-maven/pom.xml | 2 |
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 379aa800..823933ca 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.7.0</kotlin.version> + <kotlin.version>1.7.10</kotlin.version> </properties> <build> <plugins> |