From 678cb4d769656d59991d40b0e9de8f6938cf7150 Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Wed, 23 Feb 2022 22:15:39 +0100 Subject: [PATCH] fixup for the previous commit --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 73b01483..c4f9eb0a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -53,7 +53,7 @@ dependencies { "com.squareup.moshi:moshi", "com.squareup.moshi:moshi-kotlin" ).onEach { - testRuntimeOnly(it) { + implementation(it) { version { strictly("[1.12.0,2)") prefer("1.13.0")