Skip to content

Commit 0a0bb65

Browse files
Update JxBrowser version to 8.15.0 (#207)
1 parent 38fe781 commit 0a0bb65

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