From ab36f17d20f83f346234a147f730b702af6438d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 23:34:30 +0000 Subject: [PATCH] build(deps): bump me.saket.telephoto:zoomable from 0.14.0 to 0.15.1 Bumps [me.saket.telephoto:zoomable](https://github.com/saket/telephoto) from 0.14.0 to 0.15.1. - [Release notes](https://github.com/saket/telephoto/releases) - [Commits](https://github.com/saket/telephoto/compare/0.14.0...0.15.1) --- updated-dependencies: - dependency-name: me.saket.telephoto:zoomable dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0c7e12d..f5916f2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -48,7 +48,7 @@ dependencies { testImplementation(compose.desktop.currentOs) testImplementation(libs.logback.classic) - testImplementation("me.saket.telephoto:zoomable:0.14.0") + testImplementation("me.saket.telephoto:zoomable:0.15.1") } compose.desktop {