Skip to content

Commit

Permalink
chore: add archunit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomoaccursi committed Feb 28, 2023
1 parent a2db6a0 commit 20566ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ azure-identity = { module = "com.azure:azure-identity", version = "1.8.0" }
azure-digitaltwins = { module = "com.azure:azure-digitaltwins-core", version = "1.3.6" }
ktor-core = { module = "io.ktor:ktor-server-core", version.ref = "ktor" }
ktor-netty = { module = "io.ktor:ktor-server-netty", version.ref = "ktor" }
archunit = { module = "com.tngtech.archunit:archunit-junit5", version = "1.0.1" }

[bundles]
kotlin-testing = ["kotest-junit5", "kotest-assertions-core", "kotest-assertions-core-jvm"]
kotlin-testing = ["archunit", "kotest-junit5", "kotest-assertions-core", "kotest-assertions-core-jvm"]

[plugins]
dokka = { id ="org.jetbrains.dokka", version = "1.7.20" }
Expand Down

0 comments on commit 20566ef

Please sign in to comment.