Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nitoclub/nito-app
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6e9a70553c78a3ceb2ee32e0764fa3f18d62be01
Choose a base ref
..
head repository: nitoclub/nito-app
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a813847b68373f34b594d0bfc09bff1d267e9fe5
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 .github/workflows/dependabot-auto-merge.yml
  2. +1 −1 gradle/libs.versions.toml
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:
steps:
# https://github.com/marketplace/actions/create-github-app-token
- name: Create GitHub App Token
uses: actions/create-github-app-token@v1.11.3
uses: actions/create-github-app-token@v1.11.5
id: app-token
with:
app-id: ${{ vars.BOT_APP_ID }}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ kotlinxCoroutines = "1.9.0"
koinBom = "4.0.0"
ktlint = "0.49.1"
kotlinxSerialization = "1.7.3"
ktor = "3.1.0"
ktor = "3.1.1"
ksp = "2.0.21-1.0.27"
firebaseBom = "33.5.1"
multiplatformFirebase = "2.1.0"