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 f40520c commit 37168d7Copy full SHA for 37168d7
build.gradle.kts
@@ -31,7 +31,7 @@ plugins {
31
id("com.teamdev.jxbrowser") version "1.1.0"
32
}
33
34
-val jxBrowserVersion by extra { "7.41.2" } // The version of JxBrowser used in the examples.
+val jxBrowserVersion by extra { "7.41.3" } // The version of JxBrowser used in the examples.
35
val guavaVersion by extra { "29.0-jre" } // Some of the examples use Guava.
36
37
allprojects {
0 commit comments