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 bf6858c commit cde7099Copy full SHA for cde7099
yubico-util-scala/build.gradle.kts
@@ -13,8 +13,8 @@ dependencies {
13
implementation(platform(rootProject))
14
implementation(platform(project(":test-platform")))
15
16
+ implementation("org.bouncycastle:bcprov-jdk18on")
17
implementation("org.scala-lang:scala-library")
18
implementation("org.scalacheck:scalacheck_2.13")
-
19
- testImplementation( "org.scalatest:scalatest_2.13")
+ implementation("org.scalatest:scalatest_2.13")
20
}
webauthn-server-core/src/test/scala/com/yubico/webauthn/TestWithEachProvider.scala renamed to yubico-util-scala/src/main/scala/com/yubico/webauthn/TestWithEachProvider.scala
0 commit comments