Skip to content

Commit

Permalink
Merge branch 'main' into renovate/nl.jqno.equalsverifier
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumRand authored Jan 10, 2023
2 parents b75f062 + 5ea6acf commit 02130c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
jacoco = "0.8.7"
kotlin = "1.7.21"
kotlin = "1.8.0"
okio = "3.2.0"

[libraries]
Expand All @@ -15,6 +15,6 @@ binary-compatibility-validator = { id = "binary-compatibility-validator", versio
dokka = { id = "org.jetbrains.dokka", version = "1.7.20" }
kotlin-js = { id = "org.jetbrains.kotlin.js", version.ref = "kotlin" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlinter = { id = "org.jmailen.kotlinter", version = "3.12.0" }
kotlinter = { id = "org.jmailen.kotlinter", version = "3.13.0" }
kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
maven-publish = { id = "com.vanniktech.maven.publish", version = "0.22.0" }
maven-publish = { id = "com.vanniktech.maven.publish", version = "0.23.1" }

0 comments on commit 02130c8

Please sign in to comment.