Skip to content

Commit

Permalink
Scala 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Sep 25, 2024
1 parent 9971e4d commit 1e49a39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
sbt -v "+ publishLocal" "+ sbt-plugin/scripted"
;;
"test")
sbt -v test '++ 3.3.3!' coreBinary/test
sbt -v test '++ 3.3.4!' coreBinary/test
;;
*)
echo "unknown job"
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ val scala3Versions = Seq(
"3.3.1",
"3.3.2",
"3.3.3",
"3.3.4-RC1",
"3.3.4",
"3.4.0",
"3.4.1",
"3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion sbt-plugin/src/sbt-test/wartremover/basic/build.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.3")
crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.4")

wartremoverErrors ++= ContribWart.All

0 comments on commit 1e49a39

Please sign in to comment.