Skip to content

Commit 8d69532

Browse files
committed
- use FlatLaf 3.7 snapshot to fix dark/light mode issue with JideSplitButton
1 parent 3e34367 commit 8d69532

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

pom.xml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,20 +62,16 @@
6262
</repository>
6363

6464
<repository>
65-
<id>install4j repo</id>
66-
<url>https://maven.ej-technologies.com/repository</url>
67-
</repository>
68-
69-
<repository>
70-
<id>oss.sonatype.org-snapshot</id>
71-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
65+
<id>FlatLaf snapshots</id>
66+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
7267
<releases>
7368
<enabled>false</enabled>
7469
</releases>
7570
<snapshots>
7671
<enabled>true</enabled>
7772
</snapshots>
7873
</repository>
74+
7975
<repository>
8076
<id>Maven2</id>
8177
<url>https://repo.maven.apache.org/maven2/</url>
@@ -107,7 +103,7 @@
107103
<commons-io.version>2.11.0</commons-io.version>
108104
<commons-lang3.version>3.17.0</commons-lang3.version>
109105
<controlsfx.version>11.2.2</controlsfx.version>
110-
<flatlaf.version>3.6</flatlaf.version>
106+
<flatlaf.version>3.7-SNAPSHOT</flatlaf.version>
111107
<glazedlists.version>1.11.0</glazedlists.version>
112108
<guava.version>33.4.8-jre</guava.version>
113109
<icu4j.version>76.1</icu4j.version>

0 commit comments

Comments
 (0)