Skip to content

Commit

Permalink
feat:更新代码生成器jar包版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
Shimmernight committed Mar 15, 2024
1 parent 3c56fec commit 7674eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repositories {
}

dependencies {
implementation("com.wd.paas:wd-generator-core:4.0.1-RC02") {
implementation("com.wd.paas:wd-generator-core:4.0.1-RC03") {
exclude(group = "org.apache.velocity", module = "velocity")
exclude(group = "org.apache.velocity", module = "velocity-engine-core")
}
Expand Down

0 comments on commit 7674eac

Please sign in to comment.