From e25c7113d478a87436874f14e722aef0808d96a4 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 16 Oct 2024 10:53:33 +0000 Subject: [PATCH] Update scala3-library to 3.5.2 --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2df88a..2a97afb 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.1/scalaprops-native-example-test + - run: ./target/scala-3.5.2/scalaprops-native-example-test diff --git a/build.sbt b/build.sbt index 4050d24..8abc402 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ scalaVersion := "2.13.15" -crossScalaVersions += "3.5.1" +crossScalaVersions += "3.5.2" name := "scalaprops-native-example"