From 077982b716df0bc95df0184880179fe94339c431 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 23 Sep 2024 22:50:55 +0000 Subject: [PATCH] Update scala3-library, ... to 3.5.1 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89f11c0..9007474 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,5 +18,5 @@ jobs: - run: sbt "+ exampleJVM/test" "+ exampleJS/test" "+ exampleNative/test" "+ exampleNative/nativeLink" - run: ./native/target/scala-2.13/scalaprops-cross-example - run: ./native/target/scala-2.13/scalaprops-cross-example-test - - run: ./native/target/scala-3.5.0/scalaprops-cross-example - - run: ./native/target/scala-3.5.0/scalaprops-cross-example-test + - run: ./native/target/scala-3.5.1/scalaprops-cross-example + - run: ./native/target/scala-3.5.1/scalaprops-cross-example-test diff --git a/build.sbt b/build.sbt index cebe6b7..0929369 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ val example = crossProject( "-language:implicitConversions", ), scalaVersion := "2.13.15", - crossScalaVersions += "3.5.0", + crossScalaVersions += "3.5.1", name := "scalaprops-cross-example", libraryDependencies ++= Seq( "com.github.scalaprops" %%% "scalaprops" % "0.9.1" % "test"