mergify[bot] on main
Update fs2-core, fs2-io to 3.6.… (compare)
fthomas on scala3
Add sbt-circe-org to the list o… Merge pull request #2958 from s… Update circe-config to 0.9.0 (#… and 3 more (compare)
mergify[bot] on main
Update better-files to 3.9.2 (#… (compare)
mergify[bot] on main
Update circe-config to 0.10.0 (… (compare)
Hello, I'm using the latest version of Scala Steward (0.16.0) published this week. I see an error that seems internal but I'm not sure at 100%. With the following settings
pullRequests.grouping = [
{ name = "all", "filter" = [{"group" = "*"}]},
{ name = "patches", "filter" = [{"version" = "patch"}] }
]
I get a parsing error from one of the JSON persisted in the workspace sayingFailed to parse or decode JSON from /opt/docker/workspace/store/pull_requests/v2/github/ContentSquare/de_steward-test-repository/pull_requests.json
I've tried to cleanup the workspace and try again but I'm still getting the issue. Maybe the configuration I've set are incompatible?
compile
, runtime
, test
, ...?
Dependency#configurations
if it is something other than compile
. For test dependencies the PR body will then be labeled differently: https://github.com/scala-steward-org/scala-steward/blob/d3e22af810fa71b8917fd47e5ba128b461b8b197/modules/core/src/main/scala/org/scalasteward/core/vcs/data/NewPullRequestData.scala#L257-L267
v
in the library version? I tried to check in the codebase but I didn't find the code that handles this part, is it based on timestamp ?