aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/maven/projects/it-maven
diff options
context:
space:
mode:
authorMarcin Aman <marcin.aman@gmail.com>2021-04-08 10:07:28 +0200
committerGitHub <noreply@github.com>2021-04-08 10:07:28 +0200
commitc20d1170254d2251d868dd114c599020d42dbb72 (patch)
tree968196a78dd9ba4ae72a82732f2ad3fd93a297d3 /integration-tests/maven/projects/it-maven
parent4b7a7e088f3be9ee5f515aa0f39911d5534c4406 (diff)
downloaddokka-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 'integration-tests/maven/projects/it-maven')
-rw-r--r--integration-tests/maven/projects/it-maven/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/integration-tests/maven/projects/it-maven/pom.xml b/integration-tests/maven/projects/it-maven/pom.xml
index 8c027d72..cfc8ba66 100644
--- a/integration-tests/maven/projects/it-maven/pom.xml
+++ b/integration-tests/maven/projects/it-maven/pom.xml
@@ -171,6 +171,11 @@
<name>JCenter</name>
<url>https://cache-redirector.jetbrains.com/jcenter.bintray.com/</url>
</pluginRepository>
+ <pluginRepository>
+ <id>Space</id>
+ <name>Space</name>
+ <url>https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven/</url>
+ </pluginRepository>
</pluginRepositories>
<dependencies>