Skip to content

Commit 1e2a129

Browse files
wow-mileyclaude
andauthored
Upgrade Phosphor dependency to 0.2.3 across all modules (#438)
Updates phosphor-core from 0.2.2 to 0.2.3 in ampere-cli, ampere-compose, and ampere-desktop modules. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0b6911f commit 1e2a129

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ampere-cli/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ kotlin {
8484
val jvmMain by getting {
8585
dependencies {
8686
implementation(project(":ampere-core"))
87-
implementation("link.socket:phosphor-core:0.2.2")
87+
implementation("link.socket:phosphor-core:0.2.3")
8888

8989
// CLI argument parsing
9090
implementation("com.github.ajalt.clikt:clikt:4.4.0")

ampere-compose/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ kotlin {
2323
sourceSets {
2424
val commonMain by getting {
2525
dependencies {
26-
implementation("link.socket:phosphor-core:0.2.2")
26+
implementation("link.socket:phosphor-core:0.2.3")
2727
implementation(compose.runtime)
2828
implementation(compose.foundation)
2929
implementation(compose.ui)

ampere-desktop/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ kotlin {
2121
implementation(project(":ampere-core"))
2222
implementation(project(":ampere-compose"))
2323
implementation(project(":ampere-cli"))
24-
implementation("link.socket:phosphor-core:0.2.2")
24+
implementation("link.socket:phosphor-core:0.2.3")
2525
implementation(compose.desktop.currentOs)
2626
}
2727
}

0 commit comments

Comments
 (0)