Skip to content

Commit

Permalink
fix: update bucketing wasm version for != comparator bugfix (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotCamblor authored Dec 15, 2023
1 parent 9cf5a9d commit 49d9903
Show file tree
Hide file tree
Showing 2 changed files 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.2"
def wasmVersion = "1.11.3"
def wasmUrl = "https://unpkg.com/@devcycle/bucketing-assembly-script@$wasmVersion/build/bucketing-lib.release.wasm"
task downloadDVCBucketingWASM(type: Download) {
src wasmUrl
Expand Down
Binary file modified src/main/resources/bucketing-lib.release.wasm
Binary file not shown.

0 comments on commit 49d9903

Please sign in to comment.