We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d26ea52 commit e46e5eeCopy full SHA for e46e5ee
1 file changed
pom.xml
@@ -17,10 +17,6 @@
17
<id>local-maven-repo</id>
18
<url>file:///${project.basedir}/libs</url>
19
</repository>
20
- <repository>
21
- <id>sonatype-snapshots</id>
22
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
23
- </repository> <!-- TODO Remove when DarkLaf is properly updated -->
24
<repository>
25
<id>jitpack.io</id>
26
<url>https://jitpack.io</url>
@@ -226,7 +222,7 @@
226
222
<dependency>
227
223
<groupId>com.github.weisj</groupId>
228
224
<artifactId>darklaf-core</artifactId>
229
- <version>2.7.1-SNAPSHOT</version>
225
+ <version>2.7.1</version>
230
</dependency>
231
232
0 commit comments