Open
Conversation
samspills
reviewed
Mar 25, 2025
Contributor
samspills
left a comment
There was a problem hiding this comment.
I think a couple of these versions are not the most recent that we could be using (I didn't check all of them but munit-scalacheck and caffeine are two examples where I think we can bump to a newer version than you have here)
You can use a resource called Scaladex to look up many Scala libraries and see the versions that have been published and which Scala versions they support. Here's the page for munit-scalacheck as an example. In that list you can see that there's a 1.0.0-M11 release that supports Scala Native 0.4.x that we could use.
Also, over the weekend cats-effect 3.6.0 was released. Let's bump to that version as well! (It's still Scala Native 0.4.x only, to be clear)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
update these libraries:
Cats : 2.9.0 -> 2.11.0
cats-effect : 3.4.9 -> 3.5.7
cats-collection : 0.9.6 -> 0.9.9
munit : 1.0.0-M7 -> 1.0.0
munit-cats-effect : 2.0.0-M3 -> 2.0.0
updated these plugins:
sbt-jhm : 0.4.4 -> 0.4.7
sbt-scalajs-crossproject : 1.3.0 -> 1.3.2
sbt-scala-native-crossproject : 1.3.0 -> 1.3.2