Skip to content

Commit 61cd97a

Browse files
committed
Update Kotest to 6.0.0.2113-SNAPSHOT; add Sonatype Maven snapshots repository to settings.gradle.kts.
1 parent 6116851 commit 61cd97a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

kotest-javascript/gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
kotlin = "2.2.10"
3-
kotest = "6.0.0"
3+
kotest = "6.0.0.2113-SNAPSHOT"
44
ktor = "3.0.1"
55
ksp = "2.2.10-2.0.2"
66

@@ -12,5 +12,5 @@ ktor-client-js = { module = "io.ktor:ktor-client-js", version.ref = "ktor" }
1212

1313
[plugins]
1414
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
15-
kotest = { id = "io.kotest", version.ref = "kotest" }
15+
kotest = { id = "io.kotest", version = "6.0.0" }
1616
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }

kotest-javascript/settings.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@ pluginManagement {
22
repositories {
33
gradlePluginPortal()
44
mavenLocal()
5+
maven("https://central.sonatype.com/repository/maven-snapshots")
56
}
67
}
78

89
dependencyResolutionManagement {
910
repositories {
1011
mavenLocal()
1112
mavenCentral()
13+
maven("https://central.sonatype.com/repository/maven-snapshots")
1214
}
1315
}

0 commit comments

Comments
 (0)