From 59440c1fa2219c2f3b3d591f40f7334327eb849d Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 13 May 2024 18:48:44 +0000 Subject: [PATCH] Update scala3-library to 3.4.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 4a83067..a6a3da6 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.4.1/scalaprops-native-example-test + - run: ./target/scala-3.4.2/scalaprops-native-example-test diff --git a/build.sbt b/build.sbt index 0ab99ff..733e80d 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ scalaVersion := "2.13.14" -crossScalaVersions += "3.4.1" +crossScalaVersions += "3.4.2" name := "scalaprops-native-example"