diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9291e5..ae6b10e 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.4.0/scalaprops-cross-example - - run: ./native/target/scala-3.4.0/scalaprops-cross-example-test + - run: ./native/target/scala-3.4.1/scalaprops-cross-example + - run: ./native/target/scala-3.4.1/scalaprops-cross-example-test diff --git a/build.sbt b/build.sbt index b1ac92f..4801dd4 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ val example = crossProject( "-language:implicitConversions", ), scalaVersion := "2.13.13", - crossScalaVersions += "3.4.0", + crossScalaVersions += "3.4.1", name := "scalaprops-cross-example", libraryDependencies ++= Seq( "com.github.scalaprops" %%% "scalaprops" % "0.9.1" % "test"