Skip to content

Commit 678cb4d

Browse files
committed
fixup for the previous commit
1 parent 801a254 commit 678cb4d

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
@@ -53,7 +53,7 @@ dependencies {
5353
"com.squareup.moshi:moshi",
5454
"com.squareup.moshi:moshi-kotlin"
5555
).onEach {
56-
testRuntimeOnly(it) {
56+
implementation(it) {
5757
version {
5858
strictly("[1.12.0,2)")
5959
prefer("1.13.0")

0 commit comments

Comments
 (0)