Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3095823

Browse files
authoredFeb 22, 2024··
Bump org.beryx.runtime from 1.13.0 to 1.13.1
Bumps org.beryx.runtime from 1.13.0 to 1.13.1. --- updated-dependencies: - dependency-name: org.beryx.runtime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 404aeb9 commit 3095823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ plugins {
3434
id 'com.github.ben-manes.versions' version '0.51.0' // Checks versions for plugins and dependencies
3535
id "com.dorongold.task-tree" version '2.1.1' // Prints the task dependency tree
3636
id 'org.openjfx.javafxplugin' version '0.1.0' // JavaFX support
37-
id 'org.beryx.runtime' version '1.13.0' // Creates custom runtimes
37+
id 'org.beryx.runtime' version '1.13.1' // Creates custom runtimes
3838
}
3939

4040
/**

0 commit comments

Comments
 (0)
Please sign in to comment.