Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 2c4d541

Browse files
author
wrongwrong
committed
mockkのアップデート
1 parent 6905084 commit 2c4d541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
exclude(group = "org.junit.vintage", module = "junit-vintage-engine")
3939
}
4040
// https://mvnrepository.com/artifact/io.mockk/mockk
41-
testImplementation("io.mockk:mockk:1.10.0")
41+
testImplementation("io.mockk:mockk:1.10.3-jdk8")
4242
}
4343

4444
tasks {

0 commit comments

Comments
 (0)