We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a7299 commit 7c2703aCopy full SHA for 7c2703a
build.gradle
@@ -29,12 +29,12 @@ repositories {
29
defaultTasks 'build';
30
31
dependencies {
32
- compile 'com.github.scm4j:scm4j-vcs-api:2.0'
+ compile 'com.github.scm4j:scm4j-vcs-api:3.0'
33
compile 'org.tmatesoft.svnkit:svnkit:1.8.14'
34
compile 'org.apache.commons:commons-lang3:3.5'
35
36
testCompile 'junit:junit:4.12'
37
- testCompile 'com.github.scm4j:scm4j-vcs-test:2.0'
+ testCompile 'com.github.scm4j:scm4j-vcs-test:3.0'
38
testCompile 'org.mockito:mockito-core:2.0.62-beta'
39
}
40
0 commit comments