1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-04-14 11:15:43 +02:00

Bump org.jetbrains.intellij from 1.5.2 to 1.7.0

Bumps org.jetbrains.intellij from 1.5.2 to 1.7.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-07-10 00:11:00 +00:00 committed by GitHub
parent fd7ce9df7d
commit 3023158c55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ val pluginVerifierIdeVersions: String by project
val publishChannels: String by project
plugins {
id("org.jetbrains.intellij") version "1.5.2"
id("org.jetbrains.intellij") version "1.7.0"
id("com.adarshr.test-logger") version "3.2.0"
id("org.jetbrains.kotlin.jvm") version "1.7.0"
id("idea")