Skip to content

Commit

Permalink
Update Compose to 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bitspittle committed Dec 31, 2024
1 parent 991450f commit a0c79e7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion COMPATIBILITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ This page lists the versions of Compose and Kotlin that each version of Kobweb i

| Kobweb | Compose | Kotlin |
|-----------------|---------|--------|
| 0.20.0+ | 1.7.1 | 2.1.0 |
| 0.20.1+ | 1.7.3 | 2.1.0 |
| 0.20.0 | 1.7.1 | 2.1.0 |
| 0.19.3+ | 1.7.1 | 2.0.20 |
| 0.19.1+ | 1.6.11 | 2.0.20 |
| 0.19.0[^k2] | 1.6.11 | 2.0.10 |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![version: 0.9.18](https://img.shields.io/badge/kobweb_cli-0.9.18-blue)](https://github.com/varabyte/kobweb-cli)
<br>
[![kotlin: 2.1.0](https://img.shields.io/badge/kotlin-2.1.0-blue?logo=kotlin)](COMPATIBILITY.md)
[![compose: 1.7.1](https://img.shields.io/badge/compose-1.7.1-blue?logo=jetpackcompose)](COMPATIBILITY.md)
[![compose: 1.7.3](https://img.shields.io/badge/compose-1.7.3-blue?logo=jetpackcompose)](COMPATIBILITY.md)
[![ktor: 3.0.0](https://img.shields.io/badge/ktor-3.0.0-blue)](https://ktor.io/)
<br>
[![Varabyte Discord](https://img.shields.io/discord/886036660767305799.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/5NZ2GKV5Cs)
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
playwright = "1.45.1"
commonmark = "0.21.0"
compose = "1.7.1"
compose = "1.7.3"
janino = "3.1.12"
jsoup = "1.16.2"
kaml = "0.60.0"
Expand Down
2 changes: 1 addition & 1 deletion playground/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
jetbrains-compose = "1.7.1"
jetbrains-compose = "1.7.3"
kotlin = "2.1.0"
kotlinx-serialization = "1.7.1"

Expand Down

0 comments on commit a0c79e7

Please sign in to comment.