Skip to content

Commit

Permalink
Upgrade to Compose Multiplatform 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanOltmann committed Oct 22, 2024
1 parent f920e86 commit 1fcfb53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/src/wasmJsMain/resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<head>
<meta charset="UTF-8">
<title>ONI Seed Browser</title>
<script type="application/javascript" src="skiko.js"></script>
<script type="application/javascript" src="app.js"></script>
<script defer src="https://cloud.umami.is/script.js"
data-website-id="c2df964d-a84d-4caa-b990-47f356719af7"></script>
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
compose-plugin = "1.6.11"
compose-plugin = "1.7.0"
kotlin = "2.0.21"
ktor = "3.0.0"
detekt = "1.23.7"
Expand Down

0 comments on commit 1fcfb53

Please sign in to comment.