Skip to content

Update doobie-core, doobie-postgres to 1.0.0-RC13 - #556

Open
scala-steward wants to merge 3 commits into
theiterators:masterfrom
scala-steward:update/doobie-core-1.0.0-RC13
Open

Update doobie-core, doobie-postgres to 1.0.0-RC13#556
scala-steward wants to merge 3 commits into
theiterators:masterfrom
scala-steward:update/doobie-core-1.0.0-RC13

Conversation

@scala-steward

Copy link
Copy Markdown
Contributor

About this PR

📦 Updates

  • org.tpolecat:doobie-core
  • org.tpolecat:doobie-postgres

from 1.0.0-RC12 to 1.0.0-RC13

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!

💡 Applied Scalafix Migrations
⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.tpolecat" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.tpolecat" }
}]
labels: library-update, early-semver-pre-release, semver-spec-pre-release, artifact-migrations, scalafix-migrations, commit-count:1

@mergify

mergify Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

@luksow

luksow commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

This update can't be merged as-is: doobie 1.0.0-RC13 moved its root package from doobie to org.typelevel.doobie (alongside the organization change org.tpolecatorg.typelevel that Steward already handled). The kebs-doobie sources fail to compile (not found: object doobie).

Adopting RC13 requires:

  • migrating imports in doobie/src (and tests) to org.typelevel.doobie.*
  • accepting that kebs-doobie's public API signatures change (they expose Meta), which is a breaking change for downstream users and will trip MiMa

Leaving this open for a deliberate decision rather than auto-merging.

🤖 Posted by Claude Code on behalf of @luksow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants