Skip to content

Commit

Permalink
Bump spinnaker-dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Wiseblatt committed Feb 6, 2017
1 parent 09b7069 commit 96bd69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ allprojects {
group = "com.netflix.spinnaker.rosco"

ext {
spinnakerDependenciesVersion = project.hasProperty('spinnakerDependenciesVersion') ? project.property('spinnakerDependenciesVersion') : '0.66.0'
spinnakerDependenciesVersion = project.hasProperty('spinnakerDependenciesVersion') ? project.property('spinnakerDependenciesVersion') : '0.75.0'
}

def checkLocalVersions = [spinnakerDependenciesVersion: spinnakerDependenciesVersion]
Expand Down

0 comments on commit 96bd69e

Please sign in to comment.