-
Notifications
You must be signed in to change notification settings - Fork 163
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
Scala Native #703
Scala Native #703
Conversation
Codecov Report
@@ Coverage Diff @@
## main #703 +/- ##
==========================================
+ Coverage 87.08% 87.16% +0.07%
==========================================
Files 110 111 +1
Lines 1487 1504 +17
Branches 105 107 +2
==========================================
+ Hits 1295 1311 +16
- Misses 192 193 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
holy crap |
build.sbt
Outdated
) | ||
.platformsSettings(JVMPlatform, JSPlatform)( | ||
libraryDependencies ++= Seq( | ||
"com.beachape" %%% "enumeratum" % "1.7.1-SNAPSHOT", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this still need to be a snapshot now that's it's moved to JVM/JS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nevermind, I see that was changed in a subsequent commit.
So this is fun! All tests are passing :) but a couple notes: