Skip to content

Commit

Permalink
Update to Kim v0.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanOltmann committed Mar 24, 2024
1 parent 60cb94f commit f45ebb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Set up Java JDK 18
- name: Set up Java JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '18.0.2+9'
java-version: '17.0.10+7'
- name: Gradle Cache
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ kotlin {
val wasmJsMain by getting

commonMain.dependencies {
api("com.ashampoo:kim:0.16.2")
api("com.ashampoo:kim:0.16.3")
}

commonTest.dependencies {
Expand Down

0 comments on commit f45ebb3

Please sign in to comment.