Skip to content

Commit 8cb8b61

Browse files
Update JxBrowser version to 8.12.1
1 parent 381f922 commit 8cb8b61

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.12.0" } // The version of JxBrowser used in the examples.
34+
val jxBrowserVersion by extra { "8.12.1" } // 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)