Skip to content

Commit

Permalink
Merge branch 'main' into renovate/kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt authored Jan 12, 2023
2 parents baf5f00 + 23821fa commit 00c4b7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/version-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: mheap/github-action-required-labels@v2
- uses: mheap/github-action-required-labels@v3
with:
mode: exactly
count: 1
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ android-compile = "31"
coroutines = "1.6.4"
jacoco = "0.8.7"
kotlin = "1.8.0"
ktor = "2.2.1"
ktor = "2.2.2"

[libraries]
androidx-startup = { module = "androidx.startup:startup-runtime", version = "1.1.1" }
Expand All @@ -17,7 +17,7 @@ ktor-mock = { module = "io.ktor:ktor-client-mock", version.ref = "ktor" }

[plugins]
android-library = { id = "com.android.library", version = "7.3.1" }
android-publish = { id = "com.vanniktech.maven.publish", version = "0.22.0" }
android-publish = { id = "com.vanniktech.maven.publish", version = "0.23.1" }
atomicfu = { id = "kotlinx-atomicfu", version = "0.18.5" }
binary-compatibility-validator = { id = "binary-compatibility-validator", version = "0.8.0" }
dokka = { id = "org.jetbrains.dokka", version = "1.7.20" }
Expand Down

0 comments on commit 00c4b7b

Please sign in to comment.