Skip to content

Commit e27ab21

Browse files
Bump org.jetbrains.dokka from 2.1.0 to 2.2.0 (#110)
Bumps [org.jetbrains.dokka](https://github.com/Kotlin/dokka) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](Kotlin/dokka@v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a8b881f commit e27ab21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
signing
1111

1212
id("org.jmailen.kotlinter") version "5.4.2"
13-
id("org.jetbrains.dokka") version "2.1.0"
13+
id("org.jetbrains.dokka") version "2.2.0"
1414
}
1515

1616
group = "com.lapanthere"

0 commit comments

Comments
 (0)