feat!: migrate from akka to pekko #1269
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 }
|