Skip to content

Conversation

vrozov
Copy link
Member

@vrozov vrozov commented Oct 2, 2025

What changes were proposed in this pull request?

Upgrade to scala 2.13.17

Why are the changes needed?

Scala 2.13.17 adds support for JDK 25

Does this PR introduce any user-facing change?

No

How was this patch tested?

local and github builds

Was this patch authored or co-authored using generative AI tooling?

No

def height: Int = _height()

private val _hashCode = new BestEffortLazyVal[Integer](() => MurmurHash3.productHash(this))
private val _hashCode = new BestEffortLazyVal[Integer](() => MurmurHash3.caseClassHash(this))
Copy link
Member Author

Choose a reason for hiding this comment

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

productHash is deprecated in 2.13.17

<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>ammonite_${scala.version}</artifactId>
<artifactId>ammonite_2.13.16</artifactId>
Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

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

Nice. Thank you, @vrozov .

@dongjoon-hyun
Copy link
Member

Is there any update, @vrozov ?

@vrozov
Copy link
Member Author

vrozov commented Oct 7, 2025

@dongjoon-hyun No, still waiting for ammonite_2.13.17 to be published.

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