From d60ee57a5b3f052b255adfdf379f096c4c16ad5b Mon Sep 17 00:00:00 2001 From: Samuel Gagarin <66745577+Lavmee@users.noreply.github.com> Date: Thu, 21 Dec 2023 08:58:57 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2ad83c..e1f76df 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ plugins { val commonMain by getting { dependencies { implementation("moe.tlaster:precompose:1.5.10") - implementation("tech.annexflow.precompose:navigation-typesafe:0.2.2") + implementation("tech.annexflow.precompose:navigation-typesafe:0.2.3") implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.2") } }