Skip to content

Commit

Permalink
[Wasm] Upgrade Binaryen version
Browse files Browse the repository at this point in the history
^KT-70367 fixed
  • Loading branch information
ilgonmic authored and qodana-bot committed Sep 19, 2024
1 parent c8c6419 commit 1419319
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ open class BinaryenRootExtension(
.value("https://github.com/WebAssembly/binaryen/releases/download")

override val versionProperty: org.gradle.api.provider.Property<String> = rootProject.objects.property<String>()
.convention("118")
.convention("119")

override val downloadProperty: org.gradle.api.provider.Property<Boolean> = rootProject.objects.property<Boolean>()
.convention(true)
Expand Down

0 comments on commit 1419319

Please sign in to comment.