1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-05-07 18:34:07 +02:00

Bump org.jetbrains.kotlin.jvm from 1.6.0 to 1.6.10

Bumps org.jetbrains.kotlin.jvm from 1.6.0 to 1.6.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>
This commit is contained in:
dependabot[bot] 2021-12-19 00:07:19 +00:00 committed by GitHub
parent a1f70eaf8f
commit 08b80f0044
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ val publishChannels: String by project
plugins {
id("org.jetbrains.intellij") version "1.3.0"
id("com.adarshr.test-logger") version "3.1.0"
id("org.jetbrains.kotlin.jvm") version "1.6.0"
id("org.jetbrains.kotlin.jvm") version "1.6.10"
id("idea")
}