Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sbglasius committed Dec 29, 2023
1 parent f21cbd6 commit 68ede43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ It also provides scripts to convert between yml & groovy config.

| Grails | external-config |
|--------|-----------------|
| 6.1.1 | 4.0.0 |
| 5.3.5 | 3.2.0 |
| 5.0.x | 3.0.0 |
| 4.x.x | 2.0.1 |
Expand Down Expand Up @@ -38,7 +39,7 @@ Add dependency to your `build.gradle`:

```groovy
dependencies {
compile 'dk.glasius:external-config:3.2.0' // or latest version
implementation 'dk.glasius:external-config:4.0.0' // or latest version
}
```

Expand Down

0 comments on commit 68ede43

Please sign in to comment.