Skip to content

Commit

Permalink
AMMEND
Browse files Browse the repository at this point in the history
  • Loading branch information
igoriakovlev committed Sep 13, 2023
1 parent 473b226 commit 45aa414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-testing/smokeTest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ kotlin {
allprojects {
configurations.all {
resolutionStrategy.eachDependency { DependencyResolveDetails details ->
if (details.requested.name == atomicfu_wasm_version) {
if (details.requested.name == 'atomicfu-wasm') {
details.useVersion '0.21.0-wasm0'
}
}
Expand Down

0 comments on commit 45aa414

Please sign in to comment.