Skip to content

Commit 49d9903

Browse files
fix: update bucketing wasm version for != comparator bugfix (#126)
1 parent 9cf5a9d commit 49d9903

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
@@ -112,7 +112,7 @@ sourceCompatibility = JavaVersion.VERSION_11
112112
targetCompatibility = JavaVersion.VERSION_11
113113

114114
def wasmResourcePath = "$projectDir/src/main/resources"
115-
def wasmVersion = "1.11.2"
115+
def wasmVersion = "1.11.3"
116116
def wasmUrl = "https://unpkg.com/@devcycle/bucketing-assembly-script@$wasmVersion/build/bucketing-lib.release.wasm"
117117
task downloadDVCBucketingWASM(type: Download) {
118118
src wasmUrl
69 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)