Fix DarkLaf related errors

This commit is contained in:
Nico Mexis 2021-07-20 17:45:40 +02:00
parent 4b51297e6c
commit fcfd6d3ae6
No known key found for this signature in database
GPG key ID: 27D6E17CE092AB78

View file

@ -226,7 +226,12 @@
<dependency>
<groupId>com.github.weisj</groupId>
<artifactId>darklaf-core</artifactId>
<version>2.6.2-SNAPSHOT</version> <!-- TODO Change to release when ready -->
<version>2.6.2-20210719.010320-83</version> <!-- TODO Change to release when ready -->
</dependency>
<dependency>
<groupId>com.github.weisj</groupId>
<artifactId>darklaf-windows</artifactId>
<version>2.6.2-20210719.010320-83</version> <!-- TODO Remove when ready -->
</dependency>
<dependency>
<groupId>com.github.weisj</groupId>