Skip to content

Commit c984ddf

Browse files
authored
Support os.proc on Scala Native (#257)
1 parent aa5c717 commit c984ddf

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ object os extends Module {
130130

131131
object native extends Cross[OsNativeModule](scalaVersions)
132132
trait OsNativeModule extends OsModule with ScalaNativeModule {
133-
def scalaNativeVersion = "0.5.0"
133+
def scalaNativeVersion = "0.5.2"
134134
object test extends ScalaNativeTests with OsLibTestModule {
135135
def nativeLinkStubs = true
136136
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)