mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-08 17:59:43 +02:00
Fix dependencies
This commit is contained in:
parent
1b24da7f1e
commit
b2cca38ba7
2 changed files with 1 additions and 4 deletions
|
@ -15,7 +15,7 @@ dependencies {
|
|||
testImplementation 'org.mockito:mockito-core:4.2.0'
|
||||
|
||||
implementation(project(":sop-java"))
|
||||
implementation "info.picocli:picocli:$picocliVersion"
|
||||
implementation "info.picocli:picocli:4.6.2"
|
||||
|
||||
// https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305
|
||||
implementation group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue