Skip to content

Commit

Permalink
Update scala3-library, ... to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Apr 16, 2024
1 parent 0e3ab4b commit cce4582
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cce4582

Please sign in to comment.