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

Minor upgrades for backend dependencies, scala, sbt, run codespell #7922

Merged
merged 5 commits into from
Jul 17, 2024

Conversation

fm3
Copy link
Member

@fm3 fm3 commented Jul 15, 2024

CI should be enough

@fm3 fm3 self-assigned this Jul 15, 2024
@fm3 fm3 marked this pull request as ready for review July 15, 2024 15:22
@fm3 fm3 requested review from MichaelBuessemeyer and removed request for MichaelBuessemeyer July 15, 2024 15:23
@fm3 fm3 changed the title Minor upgrades for backend dependencies, run codespell Minor upgrades for backend dependencies, scala, sbt, run codespell Jul 15, 2024
@@ -7,7 +7,7 @@ trait LRUConcurrentCache[K, V] {

private val cache = new java.util.LinkedHashMap[K, V]() {
override def removeEldestEntry(eldest: java.util.Map.Entry[K, V]): Boolean =
if (size > maxEntries) {
if (this.size > maxEntries) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got a compiler warning here after scala upgrade, arguing that size was ambiguous

Copy link
Contributor

@MichaelBuessemeyer MichaelBuessemeyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :) 🚀

@fm3 fm3 merged commit 9f2eb10 into master Jul 17, 2024
2 checks passed
@fm3 fm3 deleted the bump-backend-deps-2024-07 branch July 17, 2024 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants