Skip to content
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.

Commit

Permalink
reverting groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
ekerwin committed Jul 11, 2018
1 parent b041aa0 commit f32ca9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -9,13 +9,13 @@ buildscript {

plugins { id 'groovy' }

version = '10.0.1-SNAPSHOT'
version = '10.0.1'

apply plugin: 'com.blackducksoftware.integration.library'

dependencies {
compile 'com.blackducksoftware.integration:integration-rest:0.0.2'
compile 'com.blackducksoftware.integration:integration-rest:0.0.3'

testCompile 'org.codehaus.groovy:groovy-all:2.5.0'
testCompile 'org.codehaus.groovy:groovy-all:2.4.12'
testCompile 'com.squareup.okhttp3:mockwebserver:3.9.0'
}

0 comments on commit f32ca9c

Please sign in to comment.