Update DarkLaf to stable 2.7.1
This commit is contained in:
parent
d26ea523e6
commit
e46e5eeaab
1 changed files with 1 additions and 5 deletions
6
pom.xml
6
pom.xml
|
@ -17,10 +17,6 @@
|
|||
<id>local-maven-repo</id>
|
||||
<url>file:///${project.basedir}/libs</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>sonatype-snapshots</id>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||
</repository> <!-- TODO Remove when DarkLaf is properly updated -->
|
||||
<repository>
|
||||
<id>jitpack.io</id>
|
||||
<url>https://jitpack.io</url>
|
||||
|
@ -226,7 +222,7 @@
|
|||
<dependency>
|
||||
<groupId>com.github.weisj</groupId>
|
||||
<artifactId>darklaf-core</artifactId>
|
||||
<version>2.7.1-SNAPSHOT</version>
|
||||
<version>2.7.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.weisj</groupId>
|
||||
|
|
Loading…
Reference in a new issue