Skip to content

Commit

Permalink
chore(dependencies): export fiat api in echo-bom (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfieber committed Sep 6, 2019
1 parent 32ef1e9 commit a489e9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions echo-bom/echo-bom.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ dependencies {
api(platform("com.netflix.spinnaker.kork:kork-bom:${korkVersion}"))

constraints {
api("com.netflix.spinnaker.fiat:fiat-api:$fiatVersion")
api("com.netflix.spinnaker.fiat:fiat-core:$fiatVersion")

rootProject
.subprojects
.findAll { it != project }
Expand Down

0 comments on commit a489e9e

Please sign in to comment.