diff --git a/build.gradle b/build.gradle index 4ab9ac7..5b63058 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java' id "com.github.node-gradle.node" version "7.0.2" id "io.freefair.lombok" version "8.0.1" - id "run.halo.plugin.devtools" version "0.1.1" + id "run.halo.plugin.devtools" version "0.2.0" } group 'run.halo.starter' @@ -16,7 +16,7 @@ repositories { } dependencies { - implementation platform('run.halo.tools.platform:plugin:2.11.0-SNAPSHOT') + implementation platform('run.halo.tools.platform:plugin:2.20.0-SNAPSHOT') compileOnly 'run.halo.app:api' testImplementation 'run.halo.app:api' @@ -52,5 +52,5 @@ build { } halo { - version = '2.17' + version = '2.20' } diff --git a/src/main/resources/plugin.yaml b/src/main/resources/plugin.yaml index 77d59d2..edc0a17 100644 --- a/src/main/resources/plugin.yaml +++ b/src/main/resources/plugin.yaml @@ -7,7 +7,7 @@ metadata: name: starter spec: enabled: true - requires: ">=2.11.0" + requires: ">=2.20.0" author: name: Halo website: https://github.com/halo-dev