Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ dependencies {

// Unit tests
testImplementation("junit:junit:4.13.2")
testImplementation("org.json:json:20260719")
testImplementation("org.json:json:20260814")
// Coroutines test support for runTest in SubagentWatcherTest
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0")
// kotlin.test assertions (assertTrue/assertEquals/etc.) for JVM unit tests
Expand Down
Loading