sangria-graphql / sangria

Scala GraphQL implementation
https://sangria-graphql.github.io
Apache License 2.0
1.96k stars 223 forks source link

Update sangria-marshalling-api to 1.1.2 #1139

Open scala-steward opened 4 days ago

scala-steward commented 4 days ago

About this PR

πŸ“¦ Updates org.sangria-graphql:sangria-marshalling-api from 1.0.8 to 1.1.2

πŸ“œ GitHub Release Notes - Version Diff

Usage

βœ… Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

βš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.sangria-graphql", artifactId = "sangria-marshalling-api" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.sangria-graphql", artifactId = "sangria-marshalling-api" } }] ```

labels: library-update, early-semver-minor, semver-spec-minor, commit-count:1

yanns commented 3 days ago
[error] /home/runner/work/sangria/sangria/modules/core/src/main/scala/sangria/execution/ResultResolver.scala:157:34: missing argument list for method createLocation in class ResultResolver
[error] Unapplied methods are only converted to functions when a function type is expected.
[error] You can make this conversion explicit by writing `createLocation _` or `createLocation(_)` instead of `createLocation`.
[error]     marshaller.mapAndMarshal(px, createLocation)
[error]