Iltotore / iron

Strong type constraints for Scala
https://iltotore.github.io/iron/docs/
Apache License 2.0
457 stars 43 forks source link

Update Scala to 3.3.1 #176

Closed kyri-petrou closed 1 year ago

kyri-petrou commented 1 year ago

Not sure if there was a reason for not updating Scala to 3.3, but I thought to open this PR just in case it's needed

Iltotore commented 1 year ago

There was a problem with RefinedTypeOps+opaque types but the planned fix will also break this.

Therefore, upgrading the version should not cause any problem. We just need to update RefinedTypeOps before. Will probably do that the next weekend.

kyri-petrou commented 1 year ago

Ok shall I leave this PR open and you can merge it once the fix is applied or do you prefer that I close it?

Iltotore commented 1 year ago

Let it open. I think it will get merged soon.