File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ This project is available on Maven Central:
2626<dependency >
2727 <groupId >com.github.weisj</groupId >
2828 <artifactId >darklaf-core</artifactId >
29- <version >3.1.0 </version >
29+ <version >3.1.1 </version >
3030</dependency >
3131````
3232### Gradle
3333```` kotlin
34- implementation(" com.github.weisj:darklaf-core:3.1.0 " )
34+ implementation(" com.github.weisj:darklaf-core:3.1.1 " )
3535````
3636
3737You can also use the latest nightly build.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ kotlin.code.style = official
88systemProp.org.gradle.internal.publish.checksums.insecure = true
99
1010# Darklaf version
11- darklaf.version = 3.1.0
11+ darklaf.version = 3.1.1
1212
1313# Plugins
1414com.gradleup.nmcp.version = 0.1.5
You can’t perform that action at this time.
0 commit comments