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

Bump kotest-assertions-core from 4.6.1 to 5.0.0 ()

This commit is contained in:
dependabot[bot] 2021-11-28 10:26:45 +00:00 committed by GitHub
parent 9712e45dd7
commit 363f47296b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@ plugins {
repositories {
mavenLocal()
mavenCentral()
maven(url = "https://maven-central.storage-download.googleapis.com/repos/central/data/")
maven(url = "https://maven.aliyun.com/nexus/content/groups/public/")
maven(url = "https://repo.eclipse.org/content/groups/releases/")
@ -87,7 +88,7 @@ dependencies {
// exclude("gson")
//}
compileOnly(fileTree("libs"))
testImplementation("io.kotest:kotest-assertions-core:4.6.1")
testImplementation("io.kotest:kotest-assertions-core:5.0.0")
}
java {