Skip to content

Commit 77d9b88

Browse files
authored
Merge pull request #79 from xxfast/ir/remove-kstore-snapshot
Remove snapshot version of kstore and snapshot repositories
2 parents 7a2e1e9 + 61f6d01 commit 77d9b88

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ kotlinx-coroutines = "1.8.0"
1616
kmpNativeCoroutines = "1.0.0-ALPHA-28-kotlin-2.0.0-RC2"
1717
kmpObservableViewModel = "1.0.0-BETA-1-kotlin-2.0.0-RC2"
1818
ksp = "2.0.0-RC2-1.0.20"
19-
kstore = "0.8.0-SNAPSHOT"
19+
kstore = "0.8.0"
2020
ktor = "3.0.0-wasm2"
2121
treemapChart = "0.1.1"
2222
voyager= "1.1.0-alpha03"

settings.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ dependencyResolutionManagement {
1616
mavenCentral()
1717
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
1818
maven("https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental")
19-
20-
// TODO: Remove this after kstore-0.8.0 release
21-
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
2219
}
2320
}
2421

0 commit comments

Comments
 (0)