We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10da71e commit a27ac0fCopy full SHA for a27ac0f
build.sbt
@@ -54,7 +54,7 @@ val pekkoHttpTestkit = "org.apache.pekko" %% "pekko-http-testkit" % pekkoHttpVer
54
55
val scala2Async = "org.scala-lang.modules" %% "scala-async" % "1.0.1"
56
val scala3Async =
57
- "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
58
59
val scalikeJdbc = "org.scalikejdbc" %% "scalikejdbc" % "4.3.2"
60
val h2 = "com.h2database" % "h2" % "2.2.224"
0 commit comments