[Wasm] Update Binaryen version in gradle plugin: 110 -> 111

This commit is contained in:
Zalim Bashorov
2022-11-25 12:26:37 +01:00
parent fe1157c873
commit 70a3d43adf
2 changed files with 3 additions and 2 deletions
@@ -25,7 +25,7 @@ open class BinaryenRootExtension(@Transient val rootProject: Project) : Configur
var installationPath by Property(gradleHome.resolve("binaryen"))
var downloadBaseUrl by Property("https://github.com/WebAssembly/binaryen/releases/download/")
var version by Property("110")
var version by Property("111")
val setupTaskProvider: TaskProvider<out Copy>
get() = rootProject.tasks.withType(Copy::class.java).named(BinaryenRootPlugin.INSTALL_TASK_NAME)