Merge pull request #44 from xuwei-k/update-scala-native

Update scala-native 0.4.0. enable native test
This commit is contained in:
eugene yokota 2021-01-31 12:09:48 -05:00 committed by GitHub
commit b4ef283673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 3 deletions

View File

@ -23,8 +23,6 @@ jobs:
uses: coursier/cache-action@v5
- name: Build and test
run: |
sudo apt-get update
sudo apt install clang libunwind-dev libgc-dev libre2-dev
sbt -v clean scripted
rm -rf "$HOME/.ivy2/local" || true
find $HOME/Library/Caches/Coursier/v1 -name "ivydata-*.properties" -delete || true

View File

@ -3,4 +3,4 @@ sys.props.get("plugin.version") match {
case _ => sys.error("""|The system property 'plugin.version' is not defined.
|Specify this property using the scriptedLaunchOpts -D.""".stripMargin)
}
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.0-M2")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.0")