chore: update flatlaf

This commit is contained in:
Ryan Dowling 2022-03-16 17:12:56 +11:00
parent 19b183f69e
commit 53ad013105
No known key found for this signature in database
GPG key ID: 5539FCDB88950EFD
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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'