Skip to content

Update Scala Native to 0.5 and bump other library versions#669

Merged
cquiroz merged 1 commit intotypelevel:masterfrom
hugo-vrijswijk:scala-native-0-5
Mar 17, 2026
Merged

Update Scala Native to 0.5 and bump other library versions#669
cquiroz merged 1 commit intotypelevel:masterfrom
hugo-vrijswijk:scala-native-0-5

Conversation

@hugo-vrijswijk
Copy link
Contributor

No description provided.


object Versions {
val Scala3 = "3.1.1"
val Scala3 = "3.3.7"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this the LTS relase?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes

override def plus(that: Money): Money = that.currency match {
case this.currency new Money(this.amount + that.amount)(currency)
case _ throw new UnsupportedOperationException("plus not supported for cross-currency comparison - use moneyPlus")
case this.currency => new Money(this.amount + that.amount)(currency)
Copy link
Collaborator

Choose a reason for hiding this comment

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

I didn't recall we had that character in the codebase, thanks ascii is better

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah Scala 3.3 didn't like it :D

Copy link
Collaborator

@cquiroz cquiroz left a comment

Choose a reason for hiding this comment

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

Thanks a lot LGTM

@cquiroz cquiroz merged commit 24e5191 into typelevel:master Mar 17, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants