From 8510d6ff9d553f95f04e2851f4a9e08409b83382 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 19:03:44 +0000 Subject: [PATCH] Bump io.github.kevinnzou:compose-webview-multiplatform Bumps [io.github.kevinnzou:compose-webview-multiplatform](https://github.com/KevinnZou/compose-webview-multiplatform) from 1.9.40-alpha04 to 1.9.40. - [Release notes](https://github.com/KevinnZou/compose-webview-multiplatform/releases) - [Commits](https://github.com/KevinnZou/compose-webview-multiplatform/compare/1.9.40-alpha04...1.9.40) --- updated-dependencies: - dependency-name: io.github.kevinnzou:compose-webview-multiplatform dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7367c4a..565ea5e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,7 +22,7 @@ ktor = "3.0.1" coroutines = "1.9.0" datetime = "0.6.1" uiTooling = "1.7.5" -composeWebView = "1.9.40-alpha04" +composeWebView = "1.9.40" konlinXJson = "1.7.3" uriKmp = "0.0.18" voyager = "1.1.0-beta03"