Skip to content

Commit b2a478f

Browse files
committed
Update DarkLaf to 2.7.2.
DarkLaf update removes snapshot dependency and improves font rendering on java 8
1 parent 1683c5b commit b2a478f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66
<version>4.0</version>
77
<name>deobfuscator-gui</name>
88
<description>UI front-end for deobfuscator</description>
9-
<repositories>
10-
<repository> <!-- TODO Remove when com.github.weisj:swing-extensions-laf-support (dep from darklaf) is no longer a snapshot -->
11-
<id>sonatype-snapshots</id>
12-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
13-
</repository>
14-
</repositories>
159
<dependencies>
1610
<!-- Functionality -->
1711
<!-- EMPTY -->
@@ -20,7 +14,7 @@
2014
<dependency>
2115
<groupId>com.github.weisj</groupId>
2216
<artifactId>darklaf-core</artifactId>
23-
<version>2.7.0</version>
17+
<version>2.7.2</version>
2418
</dependency>
2519
</dependencies>
2620
<build>

0 commit comments

Comments
 (0)