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

Merge pull request from izhangzhihao/dependabot/gradle/com.adarshr.test-logger-3.1.0

This commit is contained in:
dependabot[bot] 2021-11-11 12:30:23 +00:00 committed by GitHub
commit b123bd89c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ val publishChannels: String by project
plugins {
id("org.jetbrains.intellij") version "1.2.1"
id("com.adarshr.test-logger") version "3.0.0"
id("com.adarshr.test-logger") version "3.1.0"
id("org.jetbrains.kotlin.jvm") version "1.5.30"
id("idea")
}