Skip to content

Commit

Permalink
Update scala3-library to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Aug 14, 2024
1 parent 078b027 commit 449cdd5
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 @@ -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.3/scalaprops-native-example-test
- run: ./target/scala-3.5.0/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.14"

crossScalaVersions += "3.4.3"
crossScalaVersions += "3.5.0"

name := "scalaprops-native-example"

Expand Down

0 comments on commit 449cdd5

Please sign in to comment.