Skip to content

Commit

Permalink
fix: bump org.jetbrains.kotlin.jvm from 1.7.0 to 1.7.10 (#90)
Browse files Browse the repository at this point in the history
Bumps org.jetbrains.kotlin.jvm from 1.7.0 to 1.7.10.

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kengo TODA <skypencil@gmail.com>
  • Loading branch information
dependabot[bot] and KengoTODA committed Sep 11, 2022
1 parent a616127 commit 25f14eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -4,7 +4,7 @@ plugins {
`maven-publish`
id("com.gradle.plugin-publish") version "0.21.0"
id("org.jetbrains.dokka") version "1.6.21"
id("org.jetbrains.kotlin.jvm") version "1.7.0"
id("org.jetbrains.kotlin.jvm") version "1.7.10"
}

group = "jp.skypencil.flix"
Expand Down

0 comments on commit 25f14eb

Please sign in to comment.