Skip to content

Commit 15d0ec8

Browse files
committed
Use Dokka 0.9.15-eap-1
1 parent 4eae2a8 commit 15d0ec8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<properties>
4343
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4444
<kotlin.version>1.1.2</kotlin.version>
45-
<dokka.version>0.9.14</dokka.version>
45+
<dokka.version>0.9.15-eap-1</dokka.version>
4646
<junit.version>4.12</junit.version>
4747
<maven.compiler.source>1.6</maven.compiler.source>
4848
<maven.compiler.target>1.6</maven.compiler.target>
@@ -70,17 +70,17 @@
7070

7171
<repositories>
7272
<repository>
73-
<id>bintray</id>
74-
<name>bintray</name>
75-
<url>http://dl.bintray.com/kotlin/kotlin-eap-1.1</url>
73+
<id>bintray-kotlin-eap</id>
74+
<name>bintray-kotlin-eap</name>
75+
<url>http://dl.bintray.com/kotlin/kotlin-eap</url>
7676
</repository>
7777
</repositories>
7878

7979
<pluginRepositories>
8080
<pluginRepository>
81-
<id>bintray</id>
82-
<name>bintray</name>
83-
<url>http://dl.bintray.com/kotlin/kotlin-eap-1.1</url>
81+
<id>bintray-kotlin-eap</id>
82+
<name>bintray-kotlin-eap</name>
83+
<url>http://dl.bintray.com/kotlin/kotlin-eap</url>
8484
</pluginRepository>
8585
<pluginRepository>
8686
<id>bintray-kotlin-dokka</id>

0 commit comments

Comments
 (0)