Skip to content

Commit 6d3157b

Browse files
committed
AMMEND
1 parent 0a8fed9 commit 6d3157b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-testing/smokeTest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ kotlin {
6464
allprojects {
6565
configurations.all {
6666
resolutionStrategy.eachDependency { DependencyResolveDetails details ->
67-
if (details.requested.name == atomicfu_wasm_version) {
67+
if (details.requested.name == 'atomicfu-wasm') {
6868
details.useVersion '0.21.0-wasm0'
6969
}
7070
}

0 commit comments

Comments
 (0)