Skip to content

Commit

Permalink
chore(dependencies): update to latest spinnaker-dependencies
Browse files Browse the repository at this point in the history
picks up latest frigga supporting ~ in detail in names
  • Loading branch information
cfieber committed Apr 26, 2017
1 parent 27ce25b commit b39864b
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 @@ -18,7 +18,7 @@ allprojects {
apply plugin: 'groovy'

ext {
spinnakerDependenciesVersion = project.hasProperty('spinnakerDependenciesVersion') ? project.property('spinnakerDependenciesVersion') : '0.89.0'
spinnakerDependenciesVersion = project.hasProperty('spinnakerDependenciesVersion') ? project.property('spinnakerDependenciesVersion') : '0.90.0'
}

def checkLocalVersions = [spinnakerDependenciesVersion: spinnakerDependenciesVersion]
Expand Down

0 comments on commit b39864b

Please sign in to comment.