Skip to content

Commit

Permalink
Update shim-scala-async-dotty-cps-async to 0.9.23
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 21, 2024
1 parent 10da71e commit 67a0929
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 @@ -54,7 +54,7 @@ val pekkoHttpTestkit = "org.apache.pekko" %% "pekko-http-testkit" % pekkoHttpVer

val scala2Async = "org.scala-lang.modules" %% "scala-async" % "1.0.1"
val scala3Async =
"com.github.rssh" %% "shim-scala-async-dotty-cps-async" % "0.9.21" // allows cross compilation w/o changes in source code
"com.github.rssh" %% "shim-scala-async-dotty-cps-async" % "0.9.23" // allows cross compilation w/o changes in source code

val scalikeJdbc = "org.scalikejdbc" %% "scalikejdbc" % "4.3.2"
val h2 = "com.h2database" % "h2" % "2.2.224"
Expand Down

0 comments on commit 67a0929

Please sign in to comment.