Skip to content

Commit 3455e03

Browse files
chore(deps): add archunit dependency
1 parent e2801c3 commit 3455e03

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
@@ -5,6 +5,7 @@ kotlin = "1.8.10"
55
kotest = "5.5.5"
66

77
[libraries]
8+
archunit = { module = "com.tngtech.archunit:archunit-junit5", version = "1.0.1" }
89
logback = { module = "ch.qos.logback:logback-classic", version = "1.4.5" }
910
jackson-module-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin", version = "2.14.2" }
1011
kafka-clients = { module = "org.apache.kafka:kafka-clients", version.ref = "kafka"}
@@ -20,7 +21,7 @@ reactivex = { module = "io.reactivex.rxjava3:rxkotlin", version = "3.0.1" }
2021
signalr = { module = "com.microsoft.signalr:signalr", version = "7.0.3" }
2122

2223
[bundles]
23-
kotlin-testing = ["kotest-junit5", "kotest-assertions-core", "kotest-assertions-core-jvm"]
24+
kotlin-testing = ["archunit","kotest-junit5", "kotest-assertions-core", "kotest-assertions-core-jvm"]
2425

2526
[plugins]
2627
dokka = { id ="org.jetbrains.dokka", version = "1.7.20" }

0 commit comments

Comments
 (0)