From 3410d858296670d4d06daeff7cf31761e3186ea9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 14 Jul 2026 18:52:32 +0000 Subject: [PATCH] Update dotty-cps-async, ... to 1.3.4 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index beeff412e..4005b7330 100644 --- a/build.sbt +++ b/build.sbt @@ -583,8 +583,8 @@ lazy val scalusTestkit = crossProject(JSPlatform, JVMPlatform) libraryDependencies += "com.softwaremill.magnolia1_3" %%% "magnolia" % magnoliaVersion, libraryDependencies += "org.scalatestplus" %%% "scalacheck-1-18" % scalatestPlusScalacheckVersion, libraryDependencies += "org.scalatest" %%% "scalatest" % scalatestVersion, - libraryDependencies += "io.github.dotty-cps-async" %%% "dotty-cps-async" % "1.3.3", - libraryDependencies += "io.github.dotty-cps-async" %%% "dotty-cps-async-logic" % "1.3.3", + libraryDependencies += "io.github.dotty-cps-async" %%% "dotty-cps-async" % "1.3.4", + libraryDependencies += "io.github.dotty-cps-async" %%% "dotty-cps-async-logic" % "1.3.4", // Copy Party.scala and TestUtil.scala from cardano-ledger test sources Compile / sourceGenerators += Def.task { val baseDir = @@ -679,7 +679,7 @@ lazy val scalusUtxoCell = crossProject(JSPlatform, JVMPlatform) PluginDependency, libraryDependencies += "org.scalatest" %%% "scalatest" % scalatestVersion % "test", libraryDependencies += "com.lihaoyi" %%% "pprint" % pprintVersion % "test", - libraryDependencies += "io.github.dotty-cps-async" %%% "dotty-cps-async" % "1.3.3", + libraryDependencies += "io.github.dotty-cps-async" %%% "dotty-cps-async" % "1.3.4", publish / skip := true ) .jvmSettings(Test / fork := true)