Skip to content

Commit cde7099

Browse files
committed
Move TestWithEachProvider to yubico-util-scala module
1 parent bf6858c commit cde7099

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

yubico-util-scala/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ dependencies {
1313
implementation(platform(rootProject))
1414
implementation(platform(project(":test-platform")))
1515

16+
implementation("org.bouncycastle:bcprov-jdk18on")
1617
implementation("org.scala-lang:scala-library")
1718
implementation("org.scalacheck:scalacheck_2.13")
18-
19-
testImplementation( "org.scalatest:scalatest_2.13")
19+
implementation("org.scalatest:scalatest_2.13")
2020
}

0 commit comments

Comments
 (0)