1 parent 0bf39f2 commit 3a5bf23Copy full SHA for 3a5bf23
1 file changed
pom.xml
@@ -28,7 +28,7 @@
28
<commons-io.version>2.11.0</commons-io.version>
29
<commons-lang3.version>3.12.0</commons-lang3.version>
30
<commons-text.version>1.9</commons-text.version>
31
- <darklaf.version>3.0.0</darklaf.version>
+ <darklaf.version>3.0.1-SNAPSHOT</darklaf.version>
32
<darklaf-extensions-rsta.version>0.4.1</darklaf-extensions-rsta.version>
33
<decompiler-fernflower.version>5.2.1.Final</decompiler-fernflower.version>
34
<dex2jar.version>v49</dex2jar.version>
@@ -66,6 +66,10 @@
66
<id>jitpack.io</id>
67
<url>https://jitpack.io</url>
68
</repository>
69
+ <repository>
70
+ <id>sonatype-snapshots</id>
71
+ <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
72
+ </repository>
73
</repositories>
74
75
<dependencies>
0 commit comments