guardian / gu-who

answering: who are all these users in my GitHub org?
https://gu-who.herokuapp.com/
Apache License 2.0
225 stars 56 forks source link

Update scala-git-test to 3.5 #89

Closed gu-scala-steward-public-repos[bot] closed 1 year ago

gu-scala-steward-public-repos[bot] commented 1 year ago

Updates com.madgag.scala-git:scala-git-test from 3.3 to 3.5. GitHub Release Notes

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.3). 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.madgag.scala-git", artifactId = "scala-git-test" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.madgag.scala-git", artifactId = "scala-git-test" } }] ```

labels: test-library-update, old-version-remains, commit-count:1

prout-bot commented 1 year ago

Seen on PROD (created by @gu-scala-steward-public-repos[bot] and merged by @NovemberTang 8 minutes and 44 seconds ago) Please check your changes!