File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed
utbot-junit-contest/src/main/kotlin/org/utbot/contest Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ junit4_platform_version=1.9.0
7
7
mockito_version =3.5.13
8
8
z3_version =4.8.9.1
9
9
z3_java_api_version =4.8.9
10
- soot_commit_hash =2035cf6
10
+ soot_commit_hash =1f34746
11
11
# previous soot_commit_hash=c6c78d9
12
12
kotlin_version =1.7.10
13
13
log4j2_version =2.13.3
Original file line number Diff line number Diff line change 1
1
package org.utbot.contest
2
2
3
- import kotlinx.coroutines.CancellationException
4
- import kotlinx.coroutines.CoroutineScope
5
- import kotlinx.coroutines.GlobalScope
6
- import kotlinx.coroutines.ObsoleteCoroutinesApi
7
- import kotlinx.coroutines.SupervisorJob
8
- import kotlinx.coroutines.currentCoroutineContext
9
- import kotlinx.coroutines.delay
10
- import kotlinx.coroutines.isActive
11
- import kotlinx.coroutines.job
12
- import kotlinx.coroutines.launch
13
- import kotlinx.coroutines.newSingleThreadContext
14
- import kotlinx.coroutines.runBlocking
15
- import kotlinx.coroutines.withTimeoutOrNull
16
- import kotlinx.coroutines.yield
17
3
import mu.KotlinLogging
18
4
import org.objectweb.asm.Type
19
5
import org.utbot.common.FileUtil
You can’t perform that action at this time.
0 commit comments