Skip to content

Commit

Permalink
Update dependency org.jetbrains.compose.material3:material3 to v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 19, 2024
1 parent b56ed15 commit a61aaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
dependencies {
implementation(compose.desktop.currentOs)
implementation("org.jetbrains.compose.material:material-icons-extended-desktop:1.4.0")
implementation("org.jetbrains.compose.material3:material3:1.2.1")
implementation("org.jetbrains.compose.material3:material3:1.6.2")

testImplementation("junit:junit:4.13.2")
testImplementation("org.jetbrains.compose.ui:ui-test-desktop:1.4.0")
Expand Down

0 comments on commit a61aaf7

Please sign in to comment.