Skip to content

Commit 2da6fa2

Browse files
committed
using pk-vcs-api 1.2, pk-vcs-test 1.2
1 parent 3305f25 commit 2da6fa2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ repositories {
1414
}
1515
}
1616

17-
dependencies {
18-
compile 'com.github.ProjectKaiser:pk-vcs-api:1.1'
19-
compile 'org.eclipse.jgit:org.eclipse.jgit:4.3.0.201604071810-r'
17+
dependencies {
18+
compile 'com.github.ProjectKaiser:pk-vcs-api:1.2'
19+
compile 'org.eclipse.jgit:org.eclipse.jgit:4.3.0.201604071810-r'
2020

21-
testCompile 'org.mockito:mockito-core:2.0.62-beta'
22-
testCompile 'junit:junit:4.12'
23-
testCompile 'com.github.ProjectKaiser:pk-vcs-test:1.1'
21+
testCompile 'org.mockito:mockito-core:2.0.62-beta'
22+
testCompile 'junit:junit:4.12'
23+
testCompile 'com.github.ProjectKaiser:pk-vcs-test:1.2'
2424
}
2525

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

0 commit comments

Comments
 (0)