Skip to content

Commit

Permalink
Fix picocli compatibility range
Browse files Browse the repository at this point in the history
See gh-781
  • Loading branch information
bclozel committed Nov 10, 2021
1 parent 5df8163 commit 5b93d4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -891,6 +891,7 @@ initializr:
id: picocli
groupId: info.picocli
artifactId: picocli-spring-boot-starter
compatibilityRange: "[2.4.0.RELEASE,2.6.0-SNAPSHOT)"
description: Build command line applications with picocli.
mappings:
- compatibilityRange: "[2.4.0.RELEASE,2.6.0-SNAPSHOT)"
Expand Down

0 comments on commit 5b93d4d

Please sign in to comment.