Skip to content

Commit

Permalink
Merge pull request #123 from bwRavencl/dependabot/gradle/com.formdev-…
Browse files Browse the repository at this point in the history
…flatlaf-3.2.4

Bump com.formdev:flatlaf from 3.2.3 to 3.2.4
  • Loading branch information
bwRavencl authored Oct 21, 2023
2 parents 7652a39 + fc406c0 commit c9c731a
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:$commonsCliVersion"
implementation 'com.formdev:flatlaf:3.2.3'
implementation 'com.formdev:flatlaf:3.2.4'
implementation("com.github.gary-rowe:hid4java:$hid4javaVersion") { exclude module: 'jna' }
implementation "com.github.strikerx3:jxinput:$jxinputVersion"
implementation 'com.google.code.gson:gson:2.10.1'
Expand Down

0 comments on commit c9c731a

Please sign in to comment.