diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a97afb..d453556 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,4 +17,4 @@ jobs: - uses: coursier/cache-action@v6 - run: sbt -v "+ run" "+ test" - run: ./target/scala-2.13/scalaprops-native-example-test - - run: ./target/scala-3.5.2/scalaprops-native-example-test + - run: ./target/scala-3.6.1/scalaprops-native-example-test diff --git a/build.sbt b/build.sbt index 8abc402..e4e216c 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ scalaVersion := "2.13.15" -crossScalaVersions += "3.5.2" +crossScalaVersions += "3.6.1" name := "scalaprops-native-example"