Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Update plugin org.jetbrains.dokka to v1.6.21 - autoclosed #11

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -13,7 +13,7 @@ plugins {
// Apply the application plugin to add support for building a jar
java
// Dokka documentation w/ kotlin
id("org.jetbrains.dokka") version "1.6.10"
id("org.jetbrains.dokka") version "1.6.21"
}

repositories {
Expand Down