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

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

Bump com.adarshr.test-logger from 3.1.0 to 3.2.0
This commit is contained in:
mergify[bot] 2022-03-06 00:31:49 +00:00 committed by GitHub
commit d51c0ab48d
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.4.0"
id("com.adarshr.test-logger") version "3.1.0"
id("com.adarshr.test-logger") version "3.2.0"
id("org.jetbrains.kotlin.jvm") version "1.6.10"
id("idea")
}