Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit ec08c3c

Browse files
authored
Update readme.md
1 parent 5cb42ff commit ec08c3c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

readme.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Documentation can be found [here](https://gpc.github.io/fields)
1010

1111
## Tags and branches:
1212
- `master` latest version for Grails 7.x `implementation "org.grals.plugins:fields:7.0.0"`
13-
- `5.1.0` latest version for Grails 5.x `implementation "org.grals.plugins:fields:5.1.0"`
13+
- `5.1.0` latest version for Grails 5.x `implementation "org.grals.plugins:fields:5.1.0"` - Also works with Grails 6.x
1414
- `4.0.0` latest version for Grails 4.x `compile "io.github.gpc:fields:4.0.0"`
1515
- `3.0.0.RC1` last version on coordinates: `org.grails.plugins:fields:3.0.0.RC` - Grails 4.x (no support)
1616
- `2.2.x` and `2.1.x` for Grails 3. (no support)
@@ -29,5 +29,3 @@ implementation 'io.github.gpc:fields:5.0.0'
2929
```
3030

3131
if you are using Grails 4.x, replace `implementation` with `compile` and use `io.github.gpc:fields:4.0.0`.
32-
33-
GA version for Grails 6.x is pending

0 commit comments

Comments
 (0)