Skip to content

Commit 6b909bf

Browse files
chore(deps): add azure digital twin library to gradle catalog
1 parent bd8a149 commit 6b909bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ kmongo = "4.8.0"
66

77
[libraries]
88
archunit = { module = "com.tngtech.archunit:archunit-junit5", version = "1.0.1" }
9+
azure-digital-twins = { module = "com.azure:azure-digitaltwins-core", version = "1.3.6" }
10+
azure-identity = { module = "com.azure:azure-identity", version = "1.8.0" }
911
kmongo = { module = "org.litote.kmongo:kmongo", version.ref = "kmongo" }
1012
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
1113
kotest-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }

0 commit comments

Comments
 (0)