Skip to content

Commit

Permalink
Revert "downgrade dokka 1.5.0 <- 1.6.0"
Browse files Browse the repository at this point in the history
This reverts commit 88b5b65.
  • Loading branch information
oshai committed Dec 15, 2021
1 parent 88b5b65 commit f327c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -4,7 +4,7 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL

plugins {
kotlin("multiplatform") version "1.6.0"
id("org.jetbrains.dokka") version "1.5.0"
id("org.jetbrains.dokka") version "1.6.0"
`maven-publish`
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
signing
Expand Down

0 comments on commit f327c6e

Please sign in to comment.