diff options
-rw-r--r-- | build.moxie | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.moxie b/build.moxie index ece12a15..7b5b28ae 100644 --- a/build.moxie +++ b/build.moxie @@ -190,5 +190,5 @@ dependencies: - test 'org.mockito:mockito-core:1.10.19' # Dependencies with the "build" scope are retrieved # and injected into the Ant runtime classpath -- build 'org.jacoco:org.jacoco.ant:0.7.8' +- build 'org.jacoco:org.jacoco.ant:0.8.5' - build 'org.parboiled:parboiled-java:1.1.7' |