akka-cqrs-es-example-typed icon indicating copy to clipboard operation
akka-cqrs-es-example-typed copied to clipboard

build: Update slick from 3.4.1 to 3.6.0

Open j5ik2o-bot[bot] opened this issue 8 months ago • 0 comments
trafficstars

About this PR

📦 Updates com.typesafe.slick:slick from 3.4.1 to 3.6.0

📜 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!

🔍 Files still referring to the old version number

The following files still refer to the old version number (3.4.1). You might want to review and update them manually.

build.sbt
⚙ Adjust future updates

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

updates.ignore = [ { groupId = "com.typesafe.slick", artifactId = "slick" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.typesafe.slick", artifactId = "slick" }
}]
labels: library-update, early-semver-minor, semver-spec-minor, version-scheme:pvp, old-version-remains, commit-count:1

j5ik2o-bot[bot] avatar Mar 12 '25 09:03 j5ik2o-bot[bot]