Skip to content

Commit bb6659a

Browse files
committed
Update utbot-summary-tests dependency
1 parent 06fdbbd commit bb6659a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utbot-summary-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ evaluationDependsOn(':utbot-framework')
88
compileTestJava.dependsOn tasks.getByPath(':utbot-framework:testClasses')
99

1010
dependencies {
11-
api(project(":utbot-framework-api"))
11+
api(project(":utbot-framework"))
1212
api(project(':utbot-instrumentation'))
1313
testImplementation project(':utbot-sample')
1414
testImplementation group: 'junit', name: 'junit', version: junit4_version

0 commit comments

Comments
 (0)