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

Bump com.adarshr.test-logger from 3.0.0 to 3.1.0

Bumps com.adarshr.test-logger from 3.0.0 to 3.1.0.

---
updated-dependencies:
- dependency-name: com.adarshr.test-logger
  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] 2021-11-07 00:06:46 +00:00 committed by GitHub
parent a3d4726c17
commit 0ad06b6bfd
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")
}