diff options
author | Ignat Beresnev <ignat.beresnev@jetbrains.com> | 2023-09-01 16:29:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-01 16:29:50 +0200 |
commit | 83231c0781a50fdeb05ded348187ae48557a1a1f (patch) | |
tree | f06a5b9e78f5b4c468cb22fbe8303c6eb2e693be /integration-tests/gradle/projects | |
parent | 02f30b142aa467d3a24cc52a1fe3f2fed7ea1e33 (diff) | |
download | dokka-83231c0781a50fdeb05ded348187ae48557a1a1f.tar.gz dokka-83231c0781a50fdeb05ded348187ae48557a1a1f.tar.bz2 dokka-83231c0781a50fdeb05ded348187ae48557a1a1f.zip |
Update Dokka's references to 1.9.0 (#3154)
Diffstat (limited to 'integration-tests/gradle/projects')
-rw-r--r-- | integration-tests/gradle/projects/it-basic/build.gradle.kts | 2 | ||||
-rw-r--r-- | integration-tests/gradle/projects/it-configuration/build.gradle.kts | 2 |
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 2528714d..4ec3b825 100644 --- a/integration-tests/gradle/projects/it-basic/build.gradle.kts +++ b/integration-tests/gradle/projects/it-basic/build.gradle.kts @@ -20,7 +20,7 @@ buildscript { } } -version = "1.8.20-SNAPSHOT" +version = "1.9.0-SNAPSHOT" apply(from = "../template.root.gradle.kts") diff --git a/integration-tests/gradle/projects/it-configuration/build.gradle.kts b/integration-tests/gradle/projects/it-configuration/build.gradle.kts index 3b4a7658..02e99e9b 100644 --- a/integration-tests/gradle/projects/it-configuration/build.gradle.kts +++ b/integration-tests/gradle/projects/it-configuration/build.gradle.kts @@ -16,7 +16,7 @@ buildscript { } } -version = "1.8.20-SNAPSHOT" +version = "1.9.0-SNAPSHOT" apply(from = "../template.root.gradle.kts") |