From 6a2a2313efa110557b0fd6a81c0a231339adb504 Mon Sep 17 00:00:00 2001 From: scala-steward-bot <2517319+scala-steward-bot@users.noreply.github.com> Date: Fri, 12 Apr 2024 09:55:39 +0900 Subject: [PATCH] Update scala-native to 0.5.0 (#121) Co-authored-by: kenji yoshida <6b656e6a69@gmail.com> --- .github/workflows/ci.yml | 4 ++-- project/plugin.sbt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cdd0e40..4edbadf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/project/plugin.sbt b/project/plugin.sbt index a57563a..9af32c3 100644 --- a/project/plugin.sbt +++ b/project/plugin.sbt @@ -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")