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 Oct 28, 2022
2 parents 0b989d2 + b7ae872 commit feeb553
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- run: ./gradlew dokkaHtmlMultiModule

- uses: JamesIves/github-pages-deploy-action@v4.4.0
- uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
folder: build/gh-pages

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ ktor-logging = { module = "io.ktor:ktor-client-logging", version.ref = "ktor" }
ktor-mock = { module = "io.ktor:ktor-client-mock", version.ref = "ktor" }

[plugins]
android-library = { id = "com.android.library", version = "7.3.0" }
android-library = { id = "com.android.library", version = "7.3.1" }
android-publish = { id = "com.vanniktech.maven.publish", version = "0.22.0" }
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.10" }
dokka = { id = "org.jetbrains.dokka", version = "1.7.20" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlinter = { id = "org.jmailen.kotlinter", version = "3.12.0" }
one-eight = { id = "net.mbonnin.one.eight", version = "0.2" }

0 comments on commit feeb553

Please sign in to comment.