Skip to content

Commit fa9c9ef

Browse files
fix: update bucketing wasm version for != comparator bugfix (#125)
1 parent d9cfb11 commit fa9c9ef

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.7.0"
115+
def wasmVersion = "1.11.2"
116116
def wasmUrl = "https://unpkg.com/@devcycle/bucketing-assembly-script@$wasmVersion/build/bucketing-lib.release.wasm"
117117
task downloadDVCBucketingWASM(type: Download) {
118118
src wasmUrl
813 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)