Skip to content

Commit

Permalink
Update dependency versions (#30)
Browse files Browse the repository at this point in the history
* Adding participants to audience keys

* version updates
  • Loading branch information
cworsnop-figure authored Jun 15, 2022
1 parent 9e53c75 commit ab5d20b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ subprojects {
}

repositories {
mavenLocal()
mavenCentral()
}
}
Expand Down Expand Up @@ -132,6 +133,7 @@ allprojects {
version = semVersion

repositories {
mavenLocal()
mavenCentral()
}
}
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ object Versions {
const val KotlinFaker = "1.7.1"
const val SpringMockk = "3.0.1"
const val Swagger = "1.6.2"
const val AssetModel = "0.1.7"
const val AssetModel = "0.1.9"
const val P8eScope = "0.6.0"
const val ProvenanceHdWallet = "0.1.15"
const val ProvenanceClient = "1.1.1"
const val Unirest = "3.13.6"
const val KeyAccessLib = "0.2.17"
const val LoanPackage = "0.1.17"
const val LoanPackage = "0.1.18"
const val Grpc = "1.45.0"
const val ProvenanceProto = "1.8.0"
const val Reflections = "0.9.10"
Expand Down

0 comments on commit ab5d20b

Please sign in to comment.