Skip to content

Commit

Permalink
Dynamically update FlatLaf version (#681)
Browse files Browse the repository at this point in the history
* Update build.gradle

* Update build.gradle

Made FlatLaf versioning dynamic

* Getting rid of stray line
  • Loading branch information
charlestian23 authored Nov 7, 2023
1 parent 3ea1346 commit 7555680
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 @@ -16,7 +16,7 @@ sourceCompatibility = 11
dependencies {
implementation 'org.jetbrains:annotations:20.1.0'
implementation 'org.jetbrains:annotations:20.1.0'
implementation 'com.formdev:flatlaf:3.0'
implementation 'com.formdev:flatlaf:3.+'
implementation 'com.google.firebase:firebase-admin:6.3.0'
implementation 'org.apache.httpcomponents:httpclient:4.5.1'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
Expand Down

0 comments on commit 7555680

Please sign in to comment.