Skip to content

Commit

Permalink
Update 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 17, 2024
1 parent 702fbdc commit dc13517
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ lazy val `kyo-direct` =
.dependsOn(`kyo-core`)
.settings(
`kyo-settings`,
libraryDependencies += "com.github.rssh" %%% "dotty-cps-async" % "0.9.22"
libraryDependencies += "com.github.rssh" %%% "dotty-cps-async" % "0.9.23"
)
.jvmSettings(mimaCheck(false))
.nativeSettings(`native-settings`)
Expand Down Expand Up @@ -350,9 +350,9 @@ lazy val `kyo-reactive-streams` =
.settings(
`kyo-settings`,
libraryDependencies ++= Seq(
"org.reactivestreams" % "reactive-streams" % "1.0.4",
"org.reactivestreams" % "reactive-streams-tck" % "1.0.4" % Test,
"org.scalatestplus" %% "testng-7-5" % "3.2.17.0" % Test
"org.reactivestreams" % "reactive-streams" % "1.0.4",
"org.reactivestreams" % "reactive-streams-tck" % "1.0.4" % Test,
"org.scalatestplus" %% "testng-7-5" % "3.2.17.0" % Test
)
)
.jvmSettings(mimaCheck(false))
Expand Down

0 comments on commit dc13517

Please sign in to comment.