Skip to content

Commit

Permalink
Merge pull request #108 from scala-steward/update/dotty-cps-async-0.9.19
Browse files Browse the repository at this point in the history
Update dotty-cps-async to 0.9.19
  • Loading branch information
fwbrasil authored Oct 4, 2023
2 parents 9d61df8 + 8b91449 commit 06d4db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 06d4db4

Please sign in to comment.