From bd044e6b01435037458f0b2e07d225f928ca9362 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Tue, 5 Sep 2023 15:56:52 +0000 Subject: [PATCH] Update scala3-library to 3.3.1 --- .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 abe4fd4..626215f 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-out - - run: ./target/scala-3.3.0/scalaprops-native-example-test-out + - run: ./target/scala-3.3.1/scalaprops-native-example-test-out diff --git a/build.sbt b/build.sbt index 94ff5f3..9e597d4 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ scalaVersion := "2.13.11" -crossScalaVersions += "3.3.0" +crossScalaVersions += "3.3.1" name := "scalaprops-native-example"