fix-ci #1

Merged
halfdan merged 12 commits from fix-ci into master 2021-12-30 09:41:33 +00:00
Showing only changes of commit 1f9850323f - Show all commits

View File

@ -36,7 +36,7 @@ repositories {
dependencies {
implementation group: 'javax.help', name: 'javahelp', version: '2.0.05'
implementation group: 'org.yaml', name: 'snakeyaml', version: '1.16'
compile group: 'gov.nist.math', name: 'jama', version: '1.0.3'
implementation group: 'gov.nist.math', name: 'jama', version: '1.0.3'
testCompile group: 'junit', name: 'junit', version: '4.12'
testCompile group: 'org.mockito', name: 'mockito-core', version: '1.+'
}