We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1683c5b commit b2a478fCopy full SHA for b2a478f
pom.xml
@@ -6,12 +6,6 @@
6
<version>4.0</version>
7
<name>deobfuscator-gui</name>
8
<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>
15
<dependencies>
16
<!-- Functionality -->
17
<!-- EMPTY -->
@@ -20,7 +14,7 @@
20
<dependency>
21
<groupId>com.github.weisj</groupId>
22
<artifactId>darklaf-core</artifactId>
23
- <version>2.7.0</version>
+ <version>2.7.2</version>
24
18
</dependency>
25
19
</dependencies>
26
<build>
0 commit comments