Skip to content

Commit ea3c0f4

Browse files
committed
Migrate to Kotlin 7.0.2
1 parent 7286a6b commit ea3c0f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

kbip44/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828

2929
testImplementation "org.assertj:assertj-core:3.19.0"
3030
testImplementation "org.junit.jupiter:junit-jupiter-api:$jupiter_version"
31-
testRuntime "org.junit.jupiter:junit-jupiter-engine:$jupiter_version"
31+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$jupiter_version"
3232

3333
testImplementation "org.jetbrains.kotlin:kotlin-test"
3434
testImplementation "com.github.komputing:khex:$khex_version"

0 commit comments

Comments
 (0)