Skip to content

Commit 9dbfa97

Browse files
committed
chore: update wasm bucketing to 1.35.1
1 parent 882668a commit 9dbfa97

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ sourceCompatibility = JavaVersion.VERSION_11
8484
targetCompatibility = JavaVersion.VERSION_11
8585

8686
def wasmResourcePath = "$projectDir/src/main/resources"
87-
def wasmVersion = "1.31.2"
87+
def wasmVersion = "1.35.1"
8888
def wasmUrl = "https://unpkg.com/@devcycle/bucketing-assembly-script@$wasmVersion/build/bucketing-lib.release.wasm"
8989
task downloadDVCBucketingWASM(type: Download) {
9090
src wasmUrl
592 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)