Skip to content

Commit

Permalink
Minor: bump Dokka version to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehearn committed Nov 21, 2015
1 parent b0b8c74 commit 92c92db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:0.9.1"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:0.9.2"
}
}

Expand Down

0 comments on commit 92c92db

Please sign in to comment.