Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/com.diffplug.spotless-6.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers authored Mar 25, 2024
2 parents 8c09ed8 + 6efc808 commit dca6373
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.9.21"
id("org.jetbrains.dokka") version "1.9.10"
kotlin("jvm") version "1.9.23"
id("org.jetbrains.dokka") version "1.9.20"
id("com.diffplug.spotless") version "6.25.0"
id("com.vanniktech.maven.publish") version "0.25.3"
id("io.gitlab.arturbosch.detekt") version "1.23.5"
Expand Down Expand Up @@ -86,13 +86,13 @@ spotless {
}
}

val moshiVersion = "1.15.0"
val moshiVersion = "1.15.1"

dependencies {
implementation("com.google.code.gson:gson:2.10.1")
implementation("com.squareup.moshi:moshi:$moshiVersion")

testImplementation("com.squareup.moshi:moshi-kotlin:$moshiVersion")
testImplementation("junit:junit:4.13.2")
testImplementation("com.google.truth:truth:1.1.5")
testImplementation("com.google.truth:truth:1.4.1")
}

0 comments on commit dca6373

Please sign in to comment.