Skip to content

Commit

Permalink
[#1455] DOC: Test with spring-boot version to 2.6.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Nov 4, 2021
1 parent 1e1594b commit bd48d6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ allprojects {
compileTestJava.options.encoding = "UTF-8"

repositories {
maven { url 'https://repo.spring.io/libs-snapshot' }
mavenCentral()
}

Expand Down
2 changes: 2 additions & 0 deletions picocli-spring-boot-starter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ command line applications with Spring and picocli.

## Dependency Management

Picocli 4.6.2 has been tested with Spring Boot 2.4, 2.5 and 2.6-SNAPSHOT.

Add the following dependency:

Maven:
Expand Down

0 comments on commit bd48d6f

Please sign in to comment.