Skip to content

Commit 3f6398a

Browse files
committed
chore: dependencies and add allow compilation warnings
1 parent 9f021c3 commit 3f6398a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ org.jetbrains.compose.experimental.macos.enabled=true
1515
kotlin.apple.xcodeCompatibility.nowarn=true
1616

1717
# Kosi
18-
org.kodein.native.enableCrossCompilation=true
18+
org.kodein.native.enableCrossCompilation=true
19+
org.kodein.local.allowWarnings=true

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ compose-bom = "2025.04.01"
1717
kotlinpoet = "1.18.1"
1818
ksp = "1.9.20-1.0.14"
1919
# Ktor
20-
ktor = "3.0.1"
20+
ktor = "3.1.2"
2121
# JxInject
2222
javax-inject = "1"
2323
# TornadoFX
@@ -27,7 +27,7 @@ tornadofx = "1.7.20"
2727
testfx = "4.0.4-alpha"
2828
# Test
2929
junit = "4.13.2"
30-
junit-jupiter = "5.11.3"
30+
junit-jupiter = "5.12.0"
3131

3232
[libraries]
3333
# Core

0 commit comments

Comments
 (0)