Skip to content

Commit

Permalink
Bump com.formdev:flatlaf from 3.3 to 3.4
Browse files Browse the repository at this point in the history
Bumps [com.formdev:flatlaf](https://github.com/JFormDesigner/FlatLaf) from 3.3 to 3.4.
- [Release notes](https://github.com/JFormDesigner/FlatLaf/releases)
- [Changelog](https://github.com/JFormDesigner/FlatLaf/blob/main/CHANGELOG.md)
- [Commits](JFormDesigner/FlatLaf@3.3...3.4)

---
updated-dependencies:
- dependency-name: com.formdev:flatlaf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 20, 2024
1 parent 8294a4b commit 547d67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ dependencies {
def lwjglPlatform = "${lwjglOs}${lwjglArch.isEmpty() ? '' : '-'}${lwjglArch}"

implementation 'commons-cli:commons-cli:1.6.0'
implementation 'com.formdev:flatlaf:3.3'
implementation 'com.formdev:flatlaf:3.4'
implementation("com.github.gary-rowe:hid4java:$hid4javaVersion") { exclude module: 'jna' }
implementation 'com.github.strikerx3:jxinput:1.0.0'
implementation 'com.google.code.gson:gson:2.10.1'
Expand Down

0 comments on commit 547d67f

Please sign in to comment.