Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Apr 20, 2022
1 parent 9df61fc commit a72fd69
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,6 @@ dependencies {
}
}
}
listOf(
"org.junit.platform:junit-platform-engine",
"org.junit.platform:junit-platform-launcher"
).onEach {
testRuntimeOnly(it) {
version {
strictly("[1.7,2)")
prefer("1.8.2")
}
}
}
listOf(
"com.squareup.moshi:moshi",
"com.squareup.moshi:moshi-kotlin"
Expand Down

0 comments on commit a72fd69

Please sign in to comment.