diff options
author | Marcin Aman <marcin.aman@gmail.com> | 2021-04-08 10:07:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 10:07:28 +0200 |
commit | c20d1170254d2251d868dd114c599020d42dbb72 (patch) | |
tree | 968196a78dd9ba4ae72a82732f2ad3fd93a297d3 /gradle.properties | |
parent | 4b7a7e088f3be9ee5f515aa0f39911d5534c4406 (diff) | |
download | dokka-c20d1170254d2251d868dd114c599020d42dbb72.tar.gz dokka-c20d1170254d2251d868dd114c599020d42dbb72.tar.bz2 dokka-c20d1170254d2251d868dd114c599020d42dbb72.zip |
Bump kotlinx html to 0.7.3 (#1819)
* Bump kotlinx html to 0.7.3
* Update repositories
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index cdec05d3..bf8888b9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ dokka_integration_test_parallelism=2 # Versions kotlin_version=1.4.32 coroutines_version=1.4.1 -kotlinx_html_version=0.7.2 +kotlinx_html_version=0.7.3 kotlin_plugin_version=212-1.4.32-release-IJ1314 idea_version=202.7660.26 language_version=1.4 |