chore: update flatlaf
This commit is contained in:
parent
19b183f69e
commit
53ad013105
2 changed files with 4 additions and 3 deletions
3
.github/workflows/application.yml
vendored
3
.github/workflows/application.yml
vendored
|
@ -31,7 +31,8 @@ jobs:
|
|||
needs: ci
|
||||
strategy:
|
||||
matrix:
|
||||
java-version: ["1.8", "1.9", "1.10", "1.11", "1.12", "1.13", "1.14", "1.15", "1.16", "1.17"]
|
||||
# Java 9 is not included here due to https://bugs.openjdk.java.net/browse/JDK-8193802 not being backported
|
||||
java-version: ["1.8", "1.10", "1.11", "1.12", "1.13", "1.14", "1.15", "1.16", "1.17"]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
|
|
@ -62,8 +62,8 @@ dependencies {
|
|||
implementation 'com.sangupta:murmur:1.0.0'
|
||||
implementation 'org.apache.commons:commons-lang3:3.12.0'
|
||||
implementation 'org.apache.commons:commons-text:1.9'
|
||||
implementation 'com.formdev:flatlaf:1.6.1'
|
||||
implementation 'com.formdev:flatlaf-extras:1.6.1'
|
||||
implementation 'com.formdev:flatlaf:2.0.2'
|
||||
implementation 'com.formdev:flatlaf-extras:2.0.2'
|
||||
implementation 'com.github.oshi:oshi-core:6.1.4'
|
||||
implementation 'net.freeutils:jlhttp:2.6'
|
||||
implementation 'joda-time:joda-time:2.10.13'
|
||||
|
|
Loading…
Reference in a new issue