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 (#2404)
This commit is contained in:
parent
9712e45dd7
commit
363f47296b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user