File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ plugins {
2828 java
2929
3030 // Provides convenience methods for adding JxBrowser dependencies into a project.
31- id(" com.teamdev.jxbrowser" ) version " 1.0.1 "
31+ id(" com.teamdev.jxbrowser" ) version " 1.0.2 "
3232}
3333
34- val jxBrowserVersion by extra { " 7.38.0 " } // The version of JxBrowser used in the examples.
34+ val jxBrowserVersion by extra { " 7.38.1 " } // The version of JxBrowser used in the examples.
3535val guavaVersion by extra { " 29.0-jre" } // Some of the examples use Guava.
3636
3737allprojects {
@@ -91,7 +91,7 @@ subprojects {
9191 // JxBrowser for SWT dependency.
9292 implementation(jxbrowser.swt)
9393
94- // Dependency on a SWT for the current platform.
94+ // Dependency on SWT for the current platform.
9595 implementation(Swt .toolkitDependency)
9696
9797 // Depend on Guava for the Resources utility class used for loading resource files into strings.
You can’t perform that action at this time.
0 commit comments