Skip to content

feat!: migrate from akka to pekko #1269

feat!: migrate from akka to pekko

feat!: migrate from akka to pekko #1269

Re-run triggered December 7, 2025 09:11
Status Failure
Total duration 15s
Artifacts

build.yml

on: pull_request
compile-all
9s
compile-all
Fit to window
Zoom out
Zoom in

Annotations

1 error
compile-all
Command failed: /home/runner/bin/scalafmt-native -c .scalafmt.conf --test core pekko examples --- a/home/runner/work/telegram/telegram/pekko/test/src/com/bot4s/telegram/marshalling/PekkoHttpMarshallingSuite.scala +++ b/home/runner/work/telegram/telegram/pekko/test/src/com/bot4s/telegram/marshalling/PekkoHttpMarshallingSuite.scala @@ -11,3 +11,3 @@ import com.bot4s.telegram.methods.SendDocument -import com.bot4s.telegram.models.{ PekkoInputFile, InputFile } +import com.bot4s.telegram.models.{ InputFile, PekkoInputFile } import org.scalatest.matchers.should.Matchers --- a/home/runner/work/telegram/telegram/pekko/src/com/bot4s/telegram/marshalling/PekkoHttpMarshalling.scala +++ b/home/runner/work/telegram/telegram/pekko/src/com/bot4s/telegram/marshalling/PekkoHttpMarshalling.scala @@ -7,3 +7,3 @@ import com.bot4s.telegram.methods.{ JsonRequest, MultipartRequest, Request } -import com.bot4s.telegram.models.{ PekkoInputFile, InputFile } +import com.bot4s.telegram.models.{ InputFile, PekkoInputFile } import io.circe.{ Decoder, Encoder }