Skip to content

Commit 77affac

Browse files
authored
Update FlatLaf dependency
This is breaking L&F changes in SNT that declares the latest FlatLaf version. Somehow, when subscribed to both SNT and sciview update sites, the updater retains the outdated artifact, so this is the quickest way to fix it. Either way, _many_ improvements are in place with version 1.1, so it makes sense to update. More details here: JFormDesigner/FlatLaf#280
1 parent 8736bb0 commit 77affac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
<dependency>
170170
<groupId>com.formdev</groupId>
171171
<artifactId>flatlaf</artifactId>
172-
<version>0.38</version>
172+
<version>1.1</version>
173173
</dependency>
174174

175175
<!-- SciJava dependencies -->

0 commit comments

Comments
 (0)