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 z/commandFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers authored Nov 30, 2023
2 parents c881ab6 + 2125fd5 commit a8110c0
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 @@ -24,7 +24,7 @@ jobs:
uses: gradle/wrapper-validation-action@v1

- name: Install JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '20'
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
kotlin = "1.9.21"
kotlinx-serialization = "1.6.1"
kotlinx-serialization = "1.6.2"
ksp = "1.9.21-1.0.15"
ktfmt = "0.46"
jvmTarget = "17"
Expand All @@ -18,7 +18,7 @@ moshix = { id = "dev.zacsweers.moshix", version.ref = "moshix" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
spotless = { id = "com.diffplug.spotless", version = "6.22.0" }
spotless = { id = "com.diffplug.spotless", version = "6.23.2" }
binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.13.2" }
retry = { id = "org.gradle.test-retry", version = "1.5.7" }

Expand Down

0 comments on commit a8110c0

Please sign in to comment.