Skip to content

Commit

Permalink
Update scala3-library to 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Jan 18, 2025
1 parent f2be5db commit 2ef3568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- uses: sbt/setup-sbt@v1
- run: sbt -v "+ run" "+ test"
- run: ./target/scala-2.13/scalaprops-native-example-test
- run: ./target/scala-3.6.2/scalaprops-native-example-test
- run: ./target/scala-3.6.3/scalaprops-native-example-test
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
scalaVersion := "2.13.16"

crossScalaVersions += "3.6.2"
crossScalaVersions += "3.6.3"

name := "scalaprops-native-example"

Expand Down

0 comments on commit 2ef3568

Please sign in to comment.