Update darklaf to version 3.0.1
This commit is contained in:
parent
0bf39f22c3
commit
3a5bf23d85
1 changed files with 5 additions and 1 deletions
6
pom.xml
6
pom.xml
|
@ -28,7 +28,7 @@
|
|||
<commons-io.version>2.11.0</commons-io.version>
|
||||
<commons-lang3.version>3.12.0</commons-lang3.version>
|
||||
<commons-text.version>1.9</commons-text.version>
|
||||
<darklaf.version>3.0.0</darklaf.version>
|
||||
<darklaf.version>3.0.1-SNAPSHOT</darklaf.version>
|
||||
<darklaf-extensions-rsta.version>0.4.1</darklaf-extensions-rsta.version>
|
||||
<decompiler-fernflower.version>5.2.1.Final</decompiler-fernflower.version>
|
||||
<dex2jar.version>v49</dex2jar.version>
|
||||
|
@ -66,6 +66,10 @@
|
|||
<id>jitpack.io</id>
|
||||
<url>https://jitpack.io</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>sonatype-snapshots</id>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<dependencies>
|
||||
|
|
Loading…
Reference in a new issue