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 fc87185 commit d641fadCopy full SHA for d641fad
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.0" } // The version of JxBrowser used in the examples.
+val jxBrowserVersion by extra { "7.41.1" } // 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