Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eygraber committed Jul 7, 2023
1 parent b0d787c commit 495b02c
Show file tree
Hide file tree
Showing 4 changed files with 259 additions and 542 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

check:
runs-on: macOS-latest
runs-on: macos-latest

steps:
- uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android-sdk-compile = "33"
android-sdk-min = "21"
android-sdk-target = "33"

conventions = "0.0.34"
conventions = "0.0.35"

detekt = "1.23.0"
detektEygraber = "1.0.11"
Expand All @@ -16,7 +16,7 @@ dokka = "1.8.20"

jdk = "11"

kotlin = "1.8.22"
kotlin = "1.9.0"

ktlint = "0.50.0"

Expand Down
Loading

0 comments on commit 495b02c

Please sign in to comment.