Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/gradle/gradle-buil…
Browse files Browse the repository at this point in the history
…d-action-3
  • Loading branch information
ZacSweers authored Feb 3, 2024
2 parents 4fb3517 + e48f34c commit d510368
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v1
uses: gradle/wrapper-validation-action@v2

- name: Install JDK
uses: actions/setup-java@v4
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ ksp = "1.9.22-1.0.17"
ktfmt = "0.46"
jvmTarget = "17"
moshix = "0.25.1"
moshi = "1.15.0"
moshi = "1.15.1"
tikxml = "0.8.15"
xmlutil = "0.86.3"

[plugins]
detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.4" }
detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.5" }
dokka = { id = "org.jetbrains.dokka", version = "1.9.10" }
lint = { id = "com.android.lint", version = "8.1.2" }
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.27.0" }
Expand Down

0 comments on commit d510368

Please sign in to comment.