Skip to content

Commit

Permalink
chore(deps): add archunit test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGiulianelli committed May 19, 2023
1 parent 9ed40f1 commit d5a64fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ kotest = "5.6.2"
ktor = "2.3.0"

[libraries]
archunit = { module = "com.tngtech.archunit:archunit-junit5", version = "1.0.1" }
embedmongo = { module = "de.flapdoodle.embed:de.flapdoodle.embed.mongo", version = "4.6.3" }
kmongo = { module = "org.litote.kmongo:kmongo-serialization", version = "4.9.0" }
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
Expand All @@ -19,6 +20,7 @@ ktor-content-negotiation-json = { module = "io.ktor:ktor-serialization-kotlinx-j

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

0 comments on commit d5a64fa

Please sign in to comment.