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 4404e29 commit 003c660Copy full SHA for 003c660
yubico-util-scala/build.gradle
yubico-util-scala/build.gradle.kts
@@ -0,0 +1,20 @@
1
+plugins {
2
+ scala
3
+ id("io.github.cosmicsilence.scalafix")
4
+}
5
+
6
+description = "Yubico internal Scala utilities"
7
8
+java {
9
+ targetCompatibility = JavaVersion.VERSION_1_8
10
11
12
+dependencies {
13
+ implementation(platform(rootProject))
14
+ implementation(platform(project(":test-platform")))
15
16
+ implementation("org.scala-lang:scala-library")
17
+ implementation("org.scalacheck:scalacheck_2.13")
18
19
+ testImplementation( "org.scalatest:scalatest_2.13")
20
0 commit comments