Skip to content

Commit

Permalink
Pinning all revisions in order to do release
Browse files Browse the repository at this point in the history
  • Loading branch information
tgianos committed Oct 30, 2014
1 parent 9f8f987 commit 956c656
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ genie-client/src/main/python/dist
genie-client/src/main/python/build
genie-client/src/main/python/nflx_genie_client.egg-info
genie-client/src/main/python/MANIFEST
genie-common/src/generated
genie-common/src/generated
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ subprojects {
compile ('org.apache.commons:commons-lang3:3.2.1')
compile ('org.slf4j:slf4j-log4j12:1.7.0')

testCompile ('junit:junit:4.+')
testCompile ('org.mockito:mockito-core:1.+')
testCompile ('junit:junit:4.11')
testCompile ('org.mockito:mockito-core:1.9.5')
}
}

0 comments on commit 956c656

Please sign in to comment.