Skip to content

Commit

Permalink
[chore]: update DevCycle Bucketing WASM to 1.20.1. adds support for P…
Browse files Browse the repository at this point in the history
…assthrough Rollouts
  • Loading branch information
kaushalkapasi committed May 13, 2024
1 parent a6dafe2 commit f8550dc
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.16.1"
def wasmVersion = "1.20.1"
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 f8550dc

Please sign in to comment.