File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
2
2
id ' java'
3
3
id " com.github.node-gradle.node" version " 7.0.2"
4
4
id " io.freefair.lombok" version " 8.0.1"
5
- id " run.halo.plugin.devtools" version " 0.1.1 "
5
+ id " run.halo.plugin.devtools" version " 0.2.0 "
6
6
}
7
7
8
8
group ' run.halo.starter'
@@ -16,7 +16,7 @@ repositories {
16
16
}
17
17
18
18
dependencies {
19
- implementation platform(' run.halo.tools.platform:plugin:2.11 .0-SNAPSHOT' )
19
+ implementation platform(' run.halo.tools.platform:plugin:2.20 .0-SNAPSHOT' )
20
20
compileOnly ' run.halo.app:api'
21
21
22
22
testImplementation ' run.halo.app:api'
@@ -52,5 +52,5 @@ build {
52
52
}
53
53
54
54
halo {
55
- version = ' 2.17 '
55
+ version = ' 2.20 '
56
56
}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
7
7
name : starter
8
8
spec :
9
9
enabled : true
10
- requires : " >=2.11 .0"
10
+ requires : " >=2.20 .0"
11
11
author :
12
12
name : Halo
13
13
website : https://github.com/halo-dev
You can’t perform that action at this time.
0 commit comments