aboutsummaryrefslogtreecommitdiff
path: root/server/test/src/ServerSpec.scala
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-08-08 13:18:22 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-08-08 13:18:22 +0100
commite8d1a32d7baedc3fd1a82c159456f54cd8131c05 (patch)
tree690a17846ed829494d54491733a6fc19a7eba17f /server/test/src/ServerSpec.scala
parent3858bfecd8be944f571d515657e249b82d0cc029 (diff)
downloadspacebeans-e8d1a32d7baedc3fd1a82c159456f54cd8131c05.tar.gz
spacebeans-e8d1a32d7baedc3fd1a82c159456f54cd8131c05.zip
Moved to use Pekkov1.3.6
Diffstat (limited to 'server/test/src/ServerSpec.scala')
-rw-r--r--server/test/src/ServerSpec.scala4
1 files changed, 3 insertions, 1 deletions
diff --git a/server/test/src/ServerSpec.scala b/server/test/src/ServerSpec.scala
index 800230a..9b6025a 100644
--- a/server/test/src/ServerSpec.scala
+++ b/server/test/src/ServerSpec.scala
@@ -1,6 +1,8 @@
package net.usebox.gemini.server
-import akka.util.ByteString
+import org.apache.pekko
+import pekko.util.ByteString
+
import org.scalatest.flatspec.AnyFlatSpec
import org.scalatest.matchers.should.Matchers