-
Notifications
You must be signed in to change notification settings - Fork 25
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
Update scala-native to 0.5.1 #66
Conversation
natsukagami
commented
Apr 12, 2024
- Update scala-native to 0.5.0
- Update munit to use scala-native 0.5.0
build.sbt
Outdated
}, | ||
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-M10+17-0ca7e7e9-SNAPSHOT" % Test | ||
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-M10+44-b93292d5-SNAPSHOT" % Test |
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.
refs: scala/scala3#20171
0.5.1 is released |
Updated scala-native to 0.5.1. |
build.sbt
Outdated
@@ -12,20 +12,19 @@ lazy val root = | |||
name := "Gears", | |||
organization := "ch.epfl.lamp", | |||
version := "0.2.0-SNAPSHOT", | |||
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-M12" % Test, |
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.
MUnit 1.0.0-RC1
was released, please update: