Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update scala3-library from 3.5.2 to 3.6.2 #257

Merged
merged 2 commits into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object Dependencies {
val http4sPrometheusMetrics = "0.24.6"
val redis4Cats = "1.7.2"
val sbtMdoc = "2.5.2"
val scala = "3.5.2"
val scala = "3.6.2"
val scalacheckEffectMunit = "2.0.0-M2"
val scodec = "2.2.2"
val scodecBits = "1.2.1"
Expand Down
Loading