aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/gradle/projects/it-basic
diff options
context:
space:
mode:
authorIgnat Beresnev <ignat.beresnev@jetbrains.com>2022-04-25 22:27:12 +0300
committerGitHub <noreply@github.com>2022-04-25 22:27:12 +0300
commit52d066c10a50b0e34f1c390c965a89ae403e07a9 (patch)
treef4dff036c29625fae1130be63b3fa205fd45f44e /integration-tests/gradle/projects/it-basic
parentb1acc183368da3352a8b61614f0b943ae865b18b (diff)
downloaddokka-52d066c10a50b0e34f1c390c965a89ae403e07a9.tar.gz
dokka-52d066c10a50b0e34f1c390c965a89ae403e07a9.tar.bz2
dokka-52d066c10a50b0e34f1c390c965a89ae403e07a9.zip
Update documentation and examples to Dokka 1.6.21 (#2465)
Diffstat (limited to 'integration-tests/gradle/projects/it-basic')
-rw-r--r--integration-tests/gradle/projects/it-basic/build.gradle.kts2
-rw-r--r--integration-tests/gradle/projects/it-basic/gradle.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/integration-tests/gradle/projects/it-basic/build.gradle.kts b/integration-tests/gradle/projects/it-basic/build.gradle.kts
index a25f2262..5adefda9 100644
--- a/integration-tests/gradle/projects/it-basic/build.gradle.kts
+++ b/integration-tests/gradle/projects/it-basic/build.gradle.kts
@@ -16,7 +16,7 @@ buildscript {
}
}
-version = "1.6.20-SNAPSHOT"
+version = "1.6.21-SNAPSHOT"
apply(from = "../template.root.gradle.kts")
diff --git a/integration-tests/gradle/projects/it-basic/gradle.properties b/integration-tests/gradle/projects/it-basic/gradle.properties
index 64b8ac75..dc59f843 100644
--- a/integration-tests/gradle/projects/it-basic/gradle.properties
+++ b/integration-tests/gradle/projects/it-basic/gradle.properties
@@ -1 +1 @@
-dokka_it_kotlin_version=1.6.20
+dokka_it_kotlin_version=1.6.21