Skip to content

Commit

Permalink
remove unnecessary testng import
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianIOHK committed Sep 21, 2023
1 parent d6798fe commit 3166fb6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions atala-prism-sdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ kotlin {
api("org.lighthousegames:logging:1.1.2")

implementation("com.ionspin.kotlin:bignum:0.3.7")

// implementation("org.bouncycastle:bcprov-jdk15on:1.68")
}
}
val commonTest by getting {
Expand Down Expand Up @@ -204,9 +206,6 @@ android {
}
}
}
dependencies {
testImplementation("org.testng:testng:7.1.0")
}

sqldelight {
database("PrismPlutoDb") {
Expand Down

0 comments on commit 3166fb6

Please sign in to comment.