Skip to content

Commit

Permalink
sbt prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jan 8, 2025
1 parent fd91a9e commit bb2d179
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/History.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package lila.ws

import cats.syntax.option.*
import cats.data.NonEmptyList
import cats.syntax.option.*

final class History[K, V <: ipc.ClientIn.HasVersion](
historySize: Int,
Expand Down
1 change: 1 addition & 0 deletions src/main/scala/RoomCrowd.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package lila.ws

import cats.syntax.option.*

import ipc.*

final class RoomCrowd(json: CrowdJson, groupedWithin: util.GroupedWithin)(using ec: Executor):
Expand Down
1 change: 1 addition & 0 deletions src/main/scala/Users.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package lila.ws

import cats.syntax.option.*
import org.apache.pekko.actor.typed.Scheduler

import java.util.concurrent.ConcurrentHashMap
import scala.jdk.CollectionConverters.*

Expand Down

0 comments on commit bb2d179

Please sign in to comment.