From 8b91449ee57c41fc900891b1d296054a78bdf335 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 3 Oct 2023 20:18:59 +0000 Subject: [PATCH] Update dotty-cps-async to 0.9.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 73ea3e6f1..6ad40adc1 100644 --- a/build.sbt +++ b/build.sbt @@ -152,7 +152,7 @@ lazy val `kyo-direct` = `kyo-settings`, `with-cross-scala`, libraryDependencies ++= Seq( - "com.github.rssh" %%% "dotty-cps-async" % "0.9.18" + "com.github.rssh" %%% "dotty-cps-async" % "0.9.19" ).filter(_ => scalaVersion.value.startsWith("3")), libraryDependencies ++= Seq( "org.scala-lang" % "scala-library" % scalaVersion.value,