Skip to content

Commit

Permalink
Merge pull request #257 from SwissDataScienceCenter/update/scala3-lib…
Browse files Browse the repository at this point in the history
…rary-3.6.2

chore: Update scala3-library from 3.5.2 to 3.6.2
  • Loading branch information
mergify[bot] authored Jan 8, 2025
2 parents 4ac922e + 7a9d81e commit df59b32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
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

0 comments on commit df59b32

Please sign in to comment.