Skip to content

Commit

Permalink
Update to latest dokka fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshg committed Jun 12, 2017
1 parent 61b7e1f commit 985c6b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ buildscript {
repositories {
gradleScriptKotlin()
maven { setUrl(kotlinxRepo) }
maven { setUrl("https://dl.bintray.com/kotlin/kotlin-eap") }
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ appVersion=1.2.0
systemProp.console=plain
systemProp.kotlin.version=1.1.2-2
systemProp.kotlinx.version=0.16
systemProp.dokka.version=0.9.14
systemProp.dokka.version=0.9.15-eap-1
systemProp.shadow.version=1.2.4
systemProp.build-scan.version=1.7.4
systemProp.gradle-versions.version=0.15.0
Expand Down

0 comments on commit 985c6b0

Please sign in to comment.