diff --git a/build.gradle.kts b/build.gradle.kts index 9a6b002..5d7cb7b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -31,7 +31,7 @@ plugins { id("org.jetbrains.kotlin.plugin.compose") version "2.0.0" } -val jxBrowserVersion by extra { "8.12.0" } // The version of JxBrowser used in the examples. +val jxBrowserVersion by extra { "8.12.1" } // The version of JxBrowser used in the examples. val guavaVersion by extra { "29.0-jre" } // Some of the examples use Guava. repositories {