Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Commit

Permalink
Merge pull request #76 from TheFruxz/chore/dokkaUpdate
Browse files Browse the repository at this point in the history
Chore(plugins): update dokka to 1.6.0
  • Loading branch information
TheFruxz authored Nov 23, 2021
2 parents 2cf0899 + 304cf65 commit 36c360c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.gradle.api.JavaVersion.VERSION_16
plugins {
kotlin("jvm") version "1.6.0"
kotlin("plugin.serialization") version "1.6.0"
id("org.jetbrains.dokka") version "1.5.31"
id("org.jetbrains.dokka") version "1.6.0"
id("com.github.johnrengelman.shadow") version "7.1.0"
id("org.jetbrains.qodana") version "0.1.13"
id("maven-publish")
Expand Down

0 comments on commit 36c360c

Please sign in to comment.