Skip to content

Commit c68a346

Browse files
Bump JxBrowser version to 7.38.1
Bump JxBrowser Gradle plugin version to 1.0.2
1 parent 300f808 commit c68a346

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.
3535
val guavaVersion by extra { "29.0-jre" } // Some of the examples use Guava.
3636

3737
allprojects {
@@ -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.

0 commit comments

Comments
 (0)