Skip to content

Commit b767293

Browse files
chore(deps): add archunit dependency
1 parent 605ae07 commit b767293

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ kotlin = "1.8.10"
33
kotest = "5.5.5"
44

55
[libraries]
6+
archunit = { module = "com.tngtech.archunit:archunit-junit5", version = "1.0.1" }
67
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
78
kotest-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
89
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
910
kotest-assertions-core-jvm = { module = "io.kotest:kotest-assertions-core-jvm", version.ref = "kotest" }
1011

1112
[bundles]
12-
kotlin-testing = ["kotest-junit5", "kotest-assertions-core", "kotest-assertions-core-jvm"]
13+
kotlin-testing = ["archunit", "kotest-junit5", "kotest-assertions-core", "kotest-assertions-core-jvm"]
1314

1415
[plugins]
1516
dokka = { id ="org.jetbrains.dokka", version = "1.7.20" }

0 commit comments

Comments
 (0)