From 2ef356890df035fbf2e4b74faadc69c25a4d3e8a Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 16 Jan 2025 10:52:52 +0000 Subject: [PATCH] Update scala3-library to 3.6.3 --- .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 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"