Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Jan 14, 2024
1 parent ea90674 commit 1e0e221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
"org.jetbrains.kotlin:kotlin-stdlib-jdk8",
"org.jetbrains.kotlin:kotlin-stdlib-common",
"org.jetbrains.kotlin:kotlin-test"
).onEach {
).forEach {
implementation(it) {
version {
strictly("[1.6,1.10)")
Expand All @@ -43,7 +43,7 @@ dependencies {
listOf(
"com.squareup.moshi:moshi",
"com.squareup.moshi:moshi-kotlin"
).onEach {
).forEach {
implementation(it) {
version {
strictly("[1.12.0,2)")
Expand Down

0 comments on commit 1e0e221

Please sign in to comment.