Skip to content

Commit

Permalink
fix: bump org.jetbrains.kotlin.jvm from 1.7.20 to 1.8.10
Browse files Browse the repository at this point in the history
Bumps org.jetbrains.kotlin.jvm from 1.7.20 to 1.8.10.

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and KengoTODA committed Jun 2, 2023
1 parent cce3b57 commit 8f340b5
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 @@ -4,7 +4,7 @@ plugins {
`maven-publish`
id("com.gradle.plugin-publish") version "0.21.0"
id("org.jetbrains.dokka") version "1.7.20"
id("org.jetbrains.kotlin.jvm") version "1.7.20"
id("org.jetbrains.kotlin.jvm") version "1.8.10"
}

group = "jp.skypencil.flix"
Expand Down

0 comments on commit 8f340b5

Please sign in to comment.