From 5841ec009ba29221d688b601becd6257fa2bbcd3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 2 Jun 2026 18:07:03 +0000 Subject: [PATCH] Update yaci to 0.5.0-pre10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 620682304..23583daf4 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ val scalusCompatibleVersion = scalusStableVersion // Bloxbean Cardano Client Library versions val cardanoClientLibVersion = "0.7.2" -val yaciVersion = "0.4.4" +val yaciVersion = "0.5.0-pre10" val yaciCardanoTestVersion = "0.1.0" val nobleCurvesVersion = "1.9.7" val scalatestVersion = "3.2.20"