Skip to content

Commit c6fa2b2

Browse files
Update JxBrowser version to 8.14.0
1 parent b5a36ba commit c6fa2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ plugins {
3131
id("org.jetbrains.kotlin.plugin.compose") version "2.0.0"
3232
}
3333

34-
val jxBrowserVersion by extra { "8.13.0" } // The version of JxBrowser used in the examples.
34+
val jxBrowserVersion by extra { "8.14.0" } // The version of JxBrowser used in the examples.
3535
val guavaVersion by extra { "29.0-jre" } // Some of the examples use Guava.
3636

3737
repositories {

0 commit comments

Comments
 (0)