Skip to content

Commit

Permalink
Support os.proc on Scala Native (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi authored May 30, 2024
1 parent aa5c717 commit c984ddf
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ object os extends Module {

object native extends Cross[OsNativeModule](scalaVersions)
trait OsNativeModule extends OsModule with ScalaNativeModule {
def scalaNativeVersion = "0.5.0"
def scalaNativeVersion = "0.5.2"
object test extends ScalaNativeTests with OsLibTestModule {
def nativeLinkStubs = true
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c984ddf

Please sign in to comment.