diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97b2f5b..2121547 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,4 +18,4 @@ jobs: - uses: sbt/setup-sbt@v1 - run: sbt -v "+ run" "+ test" - run: ./target/scala-2.13/scalaprops-native-example-test - - run: ./target/scala-3.6.2/scalaprops-native-example-test + - run: ./target/scala-3.6.3/scalaprops-native-example-test diff --git a/build.sbt b/build.sbt index 82c9295..b5d0473 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ scalaVersion := "2.13.16" -crossScalaVersions += "3.6.2" +crossScalaVersions += "3.6.3" name := "scalaprops-native-example"