chore: upgrade devtools version to 0.0.9 (#34)

This commit is contained in:
guqing
2024-05-13 12:13:23 +08:00
committed by GitHub
parent bf58bf0637
commit dad7849964

View File

@@ -2,7 +2,7 @@ plugins {
id 'java'
id "com.github.node-gradle.node" version "5.0.0"
id "io.freefair.lombok" version "8.0.1"
id "run.halo.plugin.devtools" version "0.0.7"
id "run.halo.plugin.devtools" version "0.0.9"
}
group 'run.halo.starter'