From 3d621d586c1538b4cca2b5a7a1834b5c985ee220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:07:42 +0000 Subject: [PATCH] build(deps): bump io.github.kevinnzou:compose-webview-multiplatform Bumps [io.github.kevinnzou:compose-webview-multiplatform](https://github.com/KevinnZou/compose-webview-multiplatform) from 1.8.0 to 1.9.40. - [Release notes](https://github.com/KevinnZou/compose-webview-multiplatform/releases) - [Commits](https://github.com/KevinnZou/compose-webview-multiplatform/compare/1.8.0...1.9.40) --- updated-dependencies: - dependency-name: io.github.kevinnzou:compose-webview-multiplatform dependency-type: direct:production update-type: version-update:semver-minor ... 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 71c12a4..20b7414 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ koin = "3.5.3" koin-compose = "1.1.2" kotlinx-io = "0.3.0" logger = "2.0.11" -webview = "1.8.0" +webview = "1.9.40" [plugins] kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }