Skip to content

Commit 5b107b4

Browse files
Bump imguiVersion from 1.88.0 to 1.89.0
Bumps `imguiVersion` from 1.88.0 to 1.89.0. Updates `io.github.spair:imgui-java-binding` from 1.88.0 to 1.89.0 - [Release notes](https://github.com/SpaiR/imgui-java/releases) - [Commits](SpaiR/imgui-java@v1.88.0...v1.89.0) Updates `io.github.spair:imgui-java-lwjgl3` from 1.88.0 to 1.89.0 - [Release notes](https://github.com/SpaiR/imgui-java/releases) - [Commits](SpaiR/imgui-java@v1.88.0...v1.89.0) --- updated-dependencies: - dependency-name: io.github.spair:imgui-java-binding dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.github.spair:imgui-java-lwjgl3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e1583f1 commit 5b107b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repositories {
2323

2424
ext {
2525
lwjglVersion = '3.3.1'
26-
imguiVersion = '1.88.0'
26+
imguiVersion = '1.89.0'
2727
}
2828

2929
dependencies {

0 commit comments

Comments
 (0)