Skip to content

Commit

Permalink
Update wasm to 1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura Warr committed Mar 19, 2024
1 parent 77523a7 commit d7f2c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11

def wasmResourcePath = "$projectDir/src/main/resources"
def wasmVersion = "1.11.3"
def wasmVersion = "1.16.1"
def wasmUrl = "https://unpkg.com/@devcycle/bucketing-assembly-script@$wasmVersion/build/bucketing-lib.release.wasm"
task downloadDVCBucketingWASM(type: Download) {
src wasmUrl
Expand Down

0 comments on commit d7f2c71

Please sign in to comment.