Skip to content

Commit

Permalink
Update scala-native to 0.5.0 (#121)
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 e403e29 commit 6a2a231
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
distribution: temurin
- uses: coursier/cache-action@v6
- run: sbt -v "+ run" "+ test"
- run: ./target/scala-2.13/scalaprops-native-example-test-out
- run: ./target/scala-3.4.0/scalaprops-native-example-test-out
- run: ./target/scala-2.13/scalaprops-native-example-test
- run: ./target/scala-3.4.0/scalaprops-native-example-test
4 changes: 2 additions & 2 deletions project/plugin.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
addSbtPlugin("com.github.scalaprops" % "sbt-scalaprops" % "0.4.4")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
addSbtPlugin("com.github.scalaprops" % "sbt-scalaprops" % "0.5.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.0")

0 comments on commit 6a2a231

Please sign in to comment.