We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38fe781 commit 0a0bb65Copy full SHA for 0a0bb65
build.gradle.kts
@@ -31,7 +31,7 @@ plugins {
31
id("org.jetbrains.kotlin.plugin.compose") version "2.0.0"
32
}
33
34
-val jxBrowserVersion by extra { "8.14.1" } // The version of JxBrowser used in the examples.
+val jxBrowserVersion by extra { "8.15.0" } // The version of JxBrowser used in the examples.
35
val guavaVersion by extra { "29.0-jre" } // Some of the examples use Guava.
36
37
repositories {
0 commit comments