Skip to content

Commit e726ac5

Browse files
committed
Update versions of many other dependencies to latest
1 parent ed1adb2 commit e726ac5

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<br>
44
[![kotlin: 2.2.20](https://img.shields.io/badge/kotlin-2.2.20-blue?logo=kotlin)](COMPATIBILITY.md)
55
[![compose: 1.8.0](https://img.shields.io/badge/compose-1.8.0-blue?logo=jetpackcompose)](COMPATIBILITY.md)
6-
[![ktor: 3.2.0](https://img.shields.io/badge/ktor-3.2.0-blue)](https://ktor.io/)
6+
[![ktor: 3.2.3](https://img.shields.io/badge/ktor-3.2.3-blue)](https://ktor.io/)
77
<br>
88
<a href="https://kobweb.varabyte.com/docs">
99
![User Guide docs](https://img.shields.io/badge/User_Guide-royalblue?logo=readthedocs)

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
kobweb = "0.23.3-SNAPSHOT"
33
#------------------------
4-
commonmark = "0.24.0"
4+
commonmark = "0.25.0"
55
compose = "1.8.0"
66
dokka = "2.0.0"
77
gradle-publish = "2.0.0"
@@ -10,15 +10,15 @@ jsoup = "1.16.2"
1010
kaml = "0.60.0"
1111
kotlin = "2.2.20"
1212
kotlinpoet = "2.1.0"
13-
kotlinx-coroutines = "1.8.1"
13+
kotlinx-coroutines = "1.10.2"
1414
kotlinx-html = "0.12.0"
15-
kotlinx-serialization = "1.7.1"
15+
kotlinx-serialization = "1.9.0"
1616
ksp = "2.2.20-2.0.2"
17-
ktor = "3.2.0"
17+
ktor = "3.2.3"
1818
logback = "1.5.15"
19-
playwright = "1.50.0"
20-
shadow = "8.3.0"
21-
truthish = "1.0.2"
19+
playwright = "1.55.0"
20+
shadow = "9.1.0"
21+
truthish = "1.0.3"
2222
vanniktech-publish = "0.34.0"
2323

2424
[libraries]

playground/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
jetbrains-compose = "1.8.0"
33
kotlin = "2.2.20"
4-
kotlinx-serialization = "1.7.1"
4+
kotlinx-serialization = "1.9.0"
55

66
[libraries]
77
compose-html-core = { module = "org.jetbrains.compose.html:html-core", version.ref = "jetbrains-compose" }

0 commit comments

Comments
 (0)