Skip to content

Commit 95bd3b3

Browse files
authored
Merge pull request #64 from benedekh/dependabot/gradle/org.jetbrains.dokka-2.1.0
Bump org.jetbrains.dokka from 2.0.0 to 2.1.0
2 parents 79ebc8b + 40abaa6 commit 95bd3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
kotlin("plugin.serialization") version "2.2.20"
44
id("io.gitlab.arturbosch.detekt") version ("1.23.8")
55
id("jacoco")
6-
id("org.jetbrains.dokka") version "2.0.0"
6+
id("org.jetbrains.dokka") version "2.1.0"
77
id("maven-publish")
88
signing
99
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"

0 commit comments

Comments
 (0)