We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799278c commit e2acf5dCopy full SHA for e2acf5d
build.gradle.kts
@@ -34,6 +34,8 @@ dependencies {
34
implementation("io.arrow-kt:arrow-core:$arrowVersion")
35
implementation("io.arrow-kt:arrow-syntax:$arrowVersion")
36
kapt("io.arrow-kt:arrow-meta:$arrowVersion")
37
+
38
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.4.2")
39
}
40
41
tasks {
0 commit comments