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/io.kotest-kotest-assertions-core-5.0.1

This commit is contained in:
dependabot[bot] 2021-12-09 08:19:36 +00:00 committed by GitHub
commit dd1473248c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,7 @@ dependencies {
// exclude("gson")
//}
compileOnly(fileTree("libs"))
testImplementation("io.kotest:kotest-assertions-core:5.0.0")
testImplementation("io.kotest:kotest-assertions-core:5.0.1")
}
java {