Skip to content

Commit

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

Bump com.formdev:flatlaf from 3.2 to 3.2.1
  • Loading branch information
bwRavencl authored Sep 4, 2023
2 parents 3c6c8e7 + 854ff21 commit 8ad00d6
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 @@ -127,7 +127,7 @@ dependencies {
def lwjglPlatform = "${lwjglOs}${lwjglArch.isEmpty() ? '' : '-'}${lwjglArch}"

implementation "commons-cli:commons-cli:$commonsCliVersion"
implementation 'com.formdev:flatlaf:3.2'
implementation 'com.formdev:flatlaf:3.2.1'
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 8ad00d6

Please sign in to comment.