Skip to content

Commit

Permalink
fix dependency for lap in kt
Browse files Browse the repository at this point in the history
  • Loading branch information
ythirion committed Jan 3, 2024
1 parent 244e172 commit b538a77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions solution/kotlin/day18/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ repositories {
dependencies {
val kotestVersion = "5.8.0"
testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion")
implementation("com.tngtech.archunit:archunit:1.2.1")
testImplementation(kotlin("test"))
}

Expand Down

0 comments on commit b538a77

Please sign in to comment.