From 1a21901c3a1468e962f763892c64a8474c72b864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 08:14:09 +0000 Subject: [PATCH] build(deps): bump io.github.aakira:napier from 2.6.1 to 2.7.0 Bumps [io.github.aakira:napier](https://github.com/aakira/Napier) from 2.6.1 to 2.7.0. - [Release notes](https://github.com/aakira/Napier/releases) - [Commits](https://github.com/aakira/Napier/compare/2.6.1...2.7.0) --- updated-dependencies: - dependency-name: io.github.aakira:napier dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- 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 bd5ea130..56b9470e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -26,7 +26,7 @@ sample-android-compile = "34" jetbrains-compose = "1.5.11" touchlab-stately = "1.2.5" -napier = "2.6.1" +napier = "2.7.0" flowExt = "0.7.4" koin = "3.5.0" koin-androidx-compose = "3.5.0"