Skip to content

Commit

Permalink
Fix compile errors due to scala update
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Jan 8, 2025
1 parent 95e58e0 commit 7a9d81e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ private object ReIndexDocument:
given Encoder[ReIndexDocument] = MapBasedCodecs.deriveEncoder
given Decoder[ReIndexDocument] = MapBasedCodecs.deriveDecoder

def lockDocument[F[_]: Sync: Clock](
def lockDocument[F[_]: Sync](
messageId: Option[MessageId]
): LockDocument[F, ReIndexDocument] =
LockDocument.whenExists(id =>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import io.renku.events.EventsGenerators
import io.renku.search.GeneratorSyntax.*
import io.renku.search.events.{GroupAdded, GroupUpdated}
import io.renku.search.model.ModelGenerators
import io.renku.search.model.{Id, Name, Namespace}
import io.renku.search.model.{Name, Namespace}
import io.renku.search.provision.ProvisioningSuite
import io.renku.search.provision.events.syntax.*
import io.renku.search.solr.documents.{Group as GroupDocument, *}
Expand Down

0 comments on commit 7a9d81e

Please sign in to comment.