Skip to content

Commit

Permalink
Update scala-native to 0.5.0 (#167)
Browse files Browse the repository at this point in the history
Co-authored-by: kenji yoshida <[email protected]>
  • Loading branch information
scala-steward-bot and xuwei-k authored Apr 12, 2024
1 parent 20ae357 commit deaa8c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
distribution: temurin
- uses: coursier/cache-action@v6
- run: sbt "+ exampleJVM/test" "+ exampleJS/test" "+ exampleNative/test" "+ exampleNative/nativeLink"
- run: ./native/target/scala-2.13/scalaprops-cross-example-out
- run: ./native/target/scala-2.13/scalaprops-cross-example-test-out
- run: ./native/target/scala-3.4.0/scalaprops-cross-example-out
- run: ./native/target/scala-3.4.0/scalaprops-cross-example-test-out
- run: ./native/target/scala-2.13/scalaprops-cross-example
- run: ./native/target/scala-2.13/scalaprops-cross-example-test
- run: ./native/target/scala-3.4.0/scalaprops-cross-example
- run: ./native/target/scala-3.4.0/scalaprops-cross-example-test
4 changes: 2 additions & 2 deletions project/plugin.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("com.github.scalaprops" % "sbt-scalaprops" % "0.4.4")
addSbtPlugin("com.github.scalaprops" % "sbt-scalaprops" % "0.5.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.0")

0 comments on commit deaa8c6

Please sign in to comment.