Skip to content

Commit 247e1cd

Browse files
committed
Final Sync with WLDT Core Version 0.3.0
1 parent 0b1ddc6 commit 247e1cd

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ bin/
2828
!**/src/main/**/bin/
2929
!**/src/test/**/bin/
3030

31+
gradle.properties
32+
3133
### NetBeans ###
3234
/nbproject/private/
3335
/nbbuild/

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
api("com.github.spullara.mustache.java:compiler:0.9.10")
1919
api("ch.qos.logback:logback-classic:1.4.12")
2020
api("com.google.code.gson:gson:2.10")
21-
api("io.github.wldt:wldt-core:0.3.0-alpha-31012024")
21+
api("io.github.wldt:wldt-core:0.3.0")
2222
testImplementation("junit:junit:4.13.2")
2323
}
2424

0 commit comments

Comments
 (0)