Skip to content

Commit

Permalink
feat: more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Dec 2, 2024
1 parent 76db4be commit 3cbb84a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v4.2.1
uses: actions/setup-java@v4.5.0
with:
distribution: 'adopt'
java-version: '17'
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dokkaGradlePlugin = "1.9.20"
gradle = "8.4.2"
jacocoAndroid = "0.2.1"
junit = "4.13.2"
kotlin = "2.0.21"
kotlin = "2.1.0"
kotlinxCoroutines = "1.9.0"
lifecycleRuntimeKtx = "2.8.7"
mockito = "5.14.2"
Expand Down

0 comments on commit 3cbb84a

Please sign in to comment.