Skip to content

Commit

Permalink
fix test build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bixilon committed Sep 10, 2023
1 parent 7b40204 commit 240a50a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ dependencies {

testImplementation("io.kotest:kotest-runner-junit5:5.6.2")
testImplementation("io.kotest:kotest-assertions-core:5.6.2")

testImplementation("kotlin.graphics:kool:0.9.77")
testImplementation("kotlin.graphics:unsigned:3.3.32")
}

kotlin.jvmToolchain { languageVersion.set(JavaLanguageVersion.of(8)) }
Expand Down

0 comments on commit 240a50a

Please sign in to comment.