Skip to content

Commit

Permalink
Fix immutable collections version
Browse files Browse the repository at this point in the history
  • Loading branch information
mlykotom committed Jun 14, 2024
1 parent 7fdcd37 commit 73a5c7b
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Crane/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ horologist = "0.6.9"
jdkDesugar = "1.2.2"
junit = "4.13.2"
kotlin = "2.0.0"
kotlinx_immutable = "1.8.1"
kotlinx_immutable = "0.3.7"
ksp = "2.0.0-1.0.21"
maps-compose = "3.1.1"
material = "1.11.0"
Expand Down
2 changes: 1 addition & 1 deletion JetLagged/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ horologist = "0.6.9"
jdkDesugar = "1.2.2"
junit = "4.13.2"
kotlin = "2.0.0"
kotlinx_immutable = "1.8.1"
kotlinx_immutable = "0.3.7"
ksp = "2.0.0-1.0.21"
maps-compose = "3.1.1"
material = "1.11.0"
Expand Down
2 changes: 1 addition & 1 deletion JetNews/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ horologist = "0.6.9"
jdkDesugar = "1.2.2"
junit = "4.13.2"
kotlin = "2.0.0"
kotlinx_immutable = "1.8.1"
kotlinx_immutable = "0.3.7"
ksp = "2.0.0-1.0.21"
maps-compose = "3.1.1"
material = "1.11.0"
Expand Down
2 changes: 1 addition & 1 deletion Jetcaster/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ horologist = "0.6.9"
jdkDesugar = "1.2.2"
junit = "4.13.2"
kotlin = "2.0.0"
kotlinx_immutable = "1.8.1"
kotlinx_immutable = "0.3.7"
ksp = "2.0.0-1.0.21"
maps-compose = "3.1.1"
material = "1.11.0"
Expand Down
2 changes: 1 addition & 1 deletion Jetchat/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ horologist = "0.6.9"
jdkDesugar = "1.2.2"
junit = "4.13.2"
kotlin = "2.0.0"
kotlinx_immutable = "1.8.1"
kotlinx_immutable = "0.3.7"
ksp = "2.0.0-1.0.21"
maps-compose = "3.1.1"
material = "1.11.0"
Expand Down
2 changes: 1 addition & 1 deletion Jetsnack/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ horologist = "0.6.9"
jdkDesugar = "1.2.2"
junit = "4.13.2"
kotlin = "2.0.0"
kotlinx_immutable = "1.8.1"
kotlinx_immutable = "0.3.7"
ksp = "2.0.0-1.0.21"
maps-compose = "3.1.1"
material = "1.11.0"
Expand Down
2 changes: 1 addition & 1 deletion Jetsurvey/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ horologist = "0.6.9"
jdkDesugar = "1.2.2"
junit = "4.13.2"
kotlin = "2.0.0"
kotlinx_immutable = "1.8.1"
kotlinx_immutable = "0.3.7"
ksp = "2.0.0-1.0.21"
maps-compose = "3.1.1"
material = "1.11.0"
Expand Down
2 changes: 1 addition & 1 deletion Owl/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ horologist = "0.6.9"
jdkDesugar = "1.2.2"
junit = "4.13.2"
kotlin = "2.0.0"
kotlinx_immutable = "1.8.1"
kotlinx_immutable = "0.3.7"
ksp = "2.0.0-1.0.21"
maps-compose = "3.1.1"
material = "1.11.0"
Expand Down
2 changes: 1 addition & 1 deletion Reply/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ horologist = "0.6.9"
jdkDesugar = "1.2.2"
junit = "4.13.2"
kotlin = "2.0.0"
kotlinx_immutable = "1.8.1"
kotlinx_immutable = "0.3.7"
ksp = "2.0.0-1.0.21"
maps-compose = "3.1.1"
material = "1.11.0"
Expand Down
2 changes: 1 addition & 1 deletion scripts/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ horologist = "0.6.9"
jdkDesugar = "1.2.2"
junit = "4.13.2"
kotlin = "2.0.0"
kotlinx_immutable = "1.8.1"
kotlinx_immutable = "0.3.7"
ksp = "2.0.0-1.0.21"
maps-compose = "3.1.1"
material = "1.11.0"
Expand Down

0 comments on commit 73a5c7b

Please sign in to comment.