Skip to content

Commit 7c2703a

Browse files
committed
Using scm4j-vcs-api version 3.0 and scm4j-vcs-test version 3.0
1 parent e7a7299 commit 7c2703a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ repositories {
2929
defaultTasks 'build';
3030

3131
dependencies {
32-
compile 'com.github.scm4j:scm4j-vcs-api:2.0'
32+
compile 'com.github.scm4j:scm4j-vcs-api:3.0'
3333
compile 'org.tmatesoft.svnkit:svnkit:1.8.14'
3434
compile 'org.apache.commons:commons-lang3:3.5'
3535

3636
testCompile 'junit:junit:4.12'
37-
testCompile 'com.github.scm4j:scm4j-vcs-test:2.0'
37+
testCompile 'com.github.scm4j:scm4j-vcs-test:3.0'
3838
testCompile 'org.mockito:mockito-core:2.0.62-beta'
3939
}
4040

0 commit comments

Comments
 (0)