-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Push scala-native version to published v0.5.0-RC1 (#47)
* Push scala-native dependency to 0.5-RC1 * Remove scala-native from vendored dependencies * Update instructions * Remove scala-native builds from JVM CI * Set stress test memory limit to 128M
- Loading branch information
1 parent
eb17247
commit d7053b4
Showing
9 changed files
with
7 additions
and
41 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Submodule scala-native
deleted from
174fcb
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.2.0") | ||
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.0-SNAPSHOT") | ||
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.0-RC1") | ||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") |