Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: DAL dependency update #1501

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

build: DAL dependency update #1501

wants to merge 3 commits into from

Conversation

github-actions[bot]
Copy link
Contributor

About this PR

Updates:

Usage

Please merge!

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

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!

🔍 Files still referring to the old version numbers

The following files still refer to the old version numbers.
You might want to review and update them manually.

DEPENDENCIES.md
⚙ Adjust future updates

Add these to your .scala-steward.conf file to ignore future updates of these dependencies:

updates.ignore = [
  { groupId = "io.getquill", artifactId = "quill-doobie" },
  { groupId = "io.getquill", artifactId = "quill-jdbc-zio" },
  { groupId = "org.postgresql", artifactId = "postgresql" }
]

Or, add these to slow down future updates of these dependencies:

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.getquill", artifactId = "quill-doobie" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.getquill", artifactId = "quill-jdbc-zio" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.postgresql", artifactId = "postgresql" }
  }
]
labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:always, old-version-remains, commit-count:n:2

@github-actions github-actions bot requested a review from a team as a code owner January 19, 2025 00:21
@yshyn-iohk yshyn-iohk enabled auto-merge (squash) January 20, 2025 14:01
@github-actions github-actions bot added the build label Jan 20, 2025
Copy link
Contributor Author

Unit Test Results

105 files  ±0  105 suites  ±0   16m 41s ⏱️ - 2m 39s
889 tests ±0  881 ✅ ±0  8 💤 ±0  0 ❌ ±0 
896 runs  ±0  888 ✅ ±0  8 💤 ±0  0 ❌ ±0 

Results for commit ffc3458. ± Comparison against base commit d436bd1.

@coveralls
Copy link

Coverage Status

coverage: 48.746% (+0.02%) from 48.723%
when pulling ffc3458 on update/main/dal
into d436bd1 on main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants