Skip to content

Commit

Permalink
Use latest version of DarkLaf
Browse files Browse the repository at this point in the history
  • Loading branch information
steffen-wilke committed Nov 7, 2020
1 parent cdaa903 commit 6ba6af3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions utiliti/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ repositories {

dependencies {
implementation project(':')
implementation 'com.github.weisj:darklaf-core:2.4.1'
implementation 'com.github.weisj:darklaf-theme:2.4.1'
implementation 'com.github.weisj:darklaf-property-loader:2.4.1'
implementation 'com.github.weisj:darklaf-utils:2.4.1'
implementation 'com.github.weisj:darklaf-native-utils:2.4.1'
implementation 'com.github.weisj:darklaf-platform-base:2.4.1'
implementation 'com.github.weisj:darklaf-windows:2.4.1'
implementation 'com.github.weisj:darklaf-core:2.5.1'
implementation 'com.github.weisj:darklaf-theme:2.5.1'
implementation 'com.github.weisj:darklaf-property-loader:2.5.1'
implementation 'com.github.weisj:darklaf-utils:2.5.1'
implementation 'com.github.weisj:darklaf-native-utils:2.5.1'
implementation 'com.github.weisj:darklaf-platform-base:2.5.1'
implementation 'com.github.weisj:darklaf-windows:2.5.1'
implementation 'net.java.dev.jna:jna:5.6.0'
implementation 'org.swinglabs:jxlayer:3.0.4'
implementation 'org.swinglabs:swingx:1.6.1'
Expand Down

0 comments on commit 6ba6af3

Please sign in to comment.