Skip to content

Commit 97ec08a

Browse files
committed
Using scm4j-vcs-api version 3.0 and scm4j-vcs-test version 3.0
1 parent 3ecf24d commit 97ec08a

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
@@ -30,12 +30,12 @@ repositories {
3030
}
3131

3232
dependencies {
33-
compile 'com.github.scm4j:scm4j-vcs-api:2.0'
33+
compile 'com.github.scm4j:scm4j-vcs-api:3.0'
3434
compile 'org.eclipse.jgit:org.eclipse.jgit:4.3.0.201604071810-r'
3535

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

4141
task sourcesJar(type: Jar, dependsOn: classes) {

0 commit comments

Comments
 (0)