Skip to content

Commit 40c4d99

Browse files
committed
fu flv
1 parent 17df2ed commit 40c4d99

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ dokka = "2.0.0"
77
kotlinxCoroutines = "1.10.2"
88
kotlinxDatetime = "0.6.2"
99
kotlinxKover = "0.9.1"
10-
kotlinxIo = "0.6.0"
10+
kotlinxIo = "0.7.0"
1111
kotlinxSerialization = "1.8.0"
1212
ktor = "3.1.2"
1313
detekt = "1.23.8"
1414
publish = "2.0.0"
15-
junitJupiter = "5.8.1"
1615

1716
[libraries]
1817
flex-messaging-core = { module = "org.apache.flex.blazeds:flex-messaging-core", version.ref = "flexMessagingCore" }
@@ -28,7 +27,6 @@ ktor-client-cio = { module = "io.ktor:ktor-client-cio", version.ref = "ktor" }
2827
ktor-http = { module = "io.ktor:ktor-http", version.ref = "ktor" }
2928
ktor-network = { module = "io.ktor:ktor-network", version.ref = "ktor" }
3029
ktor-network-tls = { module = "io.ktor:ktor-network-tls", version.ref = "ktor" }
31-
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version.ref = "junitJupiter" }
3230

3331
[plugins]
3432
android-library = { id = "com.android.library", version.ref = "agp" }

0 commit comments

Comments
 (0)