Skip to content

Commit b5715af

Browse files
committed
build(deps): example: Switch to official haze library
1 parent e7d9453 commit b5715af

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ androidx-window = "1.3.0"
55
androidx-graphics-shapes = "1.0.0-alpha06"
66
compose-plugin = "1.8.1"
77
dokka = "2.0.0"
8-
haze = "1.7.0-SNAPSHOT"
8+
haze = "1.6.3"
99
kotlin = "2.1.21"
1010
spotless = "7.0.4"
1111

settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ dependencyResolutionManagement {
2828
}
2929
}
3030
mavenCentral()
31-
maven("https://raw.githubusercontent.com/miuix-kotlin-multiplatform/maven-repository/main/repository/snapshots")
3231
}
3332
}
3433

0 commit comments

Comments
 (0)