From affdc6ed3fc2a129c441afb92904ee98d906659b Mon Sep 17 00:00:00 2001 From: Sotatek-HuyLe3a <144794833+Sotatek-HuyLe3a@users.noreply.github.com> Date: Mon, 4 Mar 2024 10:18:30 +0700 Subject: [PATCH] chore: #136 upgrade yaci-store version (#137) --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 57d2ca6c..bce986b3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [libraries] -yaci-store-starter="com.bloxbean.cardano:yaci-store-spring-boot-starter:0.1.0-rc2-645591a-SNAPSHOT" -yaci-store-remote-starter="com.bloxbean.cardano:yaci-store-remote-spring-boot-starter:0.1.0-rc2-645591a-SNAPSHOT" +yaci-store-starter="com.bloxbean.cardano:yaci-store-spring-boot-starter:0.1.0-rc2-891f739-SNAPSHOT" +yaci-store-remote-starter="com.bloxbean.cardano:yaci-store-remote-spring-boot-starter:0.1.0-rc2-891f739-SNAPSHOT" cardano-client-lib="com.bloxbean.cardano:cardano-client-lib:0.5.0" snakeyaml="org.yaml:snakeyaml:2.0"