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

Bump org.jetbrains.kotlin.jvm from 1.5.10 to 1.5.20

Bumps org.jetbrains.kotlin.jvm from 1.5.10 to 1.5.20.

---
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-07-01 00:01:43 +00:00 committed by 张志豪
parent 63736b058e
commit f8dd97165b

View File

@ -13,7 +13,7 @@ val publishChannels: String by project
plugins {
id("org.jetbrains.intellij") version "1.0"
id("com.adarshr.test-logger") version "3.0.0"
id("org.jetbrains.kotlin.jvm") version "1.5.10"
id("org.jetbrains.kotlin.jvm") version "1.5.20"
id("idea")
}