typelevel / skunk

A data access library for Scala + Postgres.
https://typelevel.org/skunk/
MIT License
1.59k stars 163 forks source link

Update scala3-library, ... to 3.3.4 in series/0.6.x #1132

Closed typelevel-steward[bot] closed 3 weeks ago

typelevel-steward[bot] commented 1 month ago

About this PR

📦 Updates

📜 GitHub Release Notes - Version Diff - 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.scala-lang" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-lang" } }] ```

labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:semver-spec, commit-count:1

igor-ramazanov commented 1 month ago

Linked to https://github.com/typelevel/skunk/issues/623

igor-ramazanov commented 3 weeks ago

Nice, so it's passed the CI now.

igor-ramazanov commented 3 weeks ago

@mpilquist Can we backport this to the main to fix the https://github.com/typelevel/skunk/issues/623 for the 1.0.0-Mx series as well?