Skip to content

Commit

Permalink
sbt prepare to fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Jun 17, 2024
1 parent acbb8b4 commit a7d445a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ingestor/src/main/scala/app.resources.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ package ingestor

import cats.effect.{ IO, Resource }
import cats.syntax.all.*
import com.mongodb.ReadPreference
import com.sksamuel.elastic4s.cats.effect.instances.*
import com.sksamuel.elastic4s.http.JavaClient
import com.sksamuel.elastic4s.{ ElasticClient, ElasticProperties }
import mongo4cats.client.MongoClient
import mongo4cats.database.MongoDatabase
import org.typelevel.log4cats.Logger
import com.mongodb.ReadPreference

class AppResources(val mongo: MongoDatabase[IO], val elastic: ESClient[IO], val store: KVStore)

Expand Down

0 comments on commit a7d445a

Please sign in to comment.