scalacenter / scaladex

The Scala Package Index
https://index.scala-lang.org
BSD 3-Clause "New" or "Revised" License
198 stars 76 forks source link

Update akka-http-session:core to 0.7.1 #1259

Closed scala-center-steward[bot] closed 1 year ago

scala-center-steward[bot] commented 1 year ago

About this PR

šŸ“¦ Updates com.softwaremill.akka-http-session:core from 0.7.0 to 0.7.1

šŸ“œ 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!

āš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.softwaremill.akka-http-session", artifactId = "core" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.softwaremill.akka-http-session", artifactId = "core" } }] ```

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