Skip to content

Commit

Permalink
Scala 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Sep 6, 2023
1 parent 85d9429 commit 991b219
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.0!' coreBinary/test
sbt -v test '++ 3.3.1!' 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 @@ -6,7 +6,7 @@ val wartremoverVersion = "3.1.3"

val scala212Versions = Seq("2.12.13", "2.12.14", "2.12.15", "2.12.16", "2.12.17", "2.12.18")
val scala213Versions = Seq("2.13.6", "2.13.7", "2.13.8", "2.13.9", "2.13.10", "2.13.11")
val scala3Versions = Seq("3.1.1", "3.1.2", "3.1.3", "3.2.0", "3.2.1", "3.2.2", "3.3.0")
val scala3Versions = Seq("3.1.1", "3.1.2", "3.1.3", "3.2.0", "3.2.1", "3.2.2", "3.3.0", "3.3.1")

def latest(versions: Seq[String]) = {
val prefix = versions.head.split('.').init.mkString("", ".", ".")
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.18", "2.13.11", "3.3.0")
crossScalaVersions := Seq("2.12.18", "2.13.11", "3.3.1")

wartremoverErrors ++= ContribWart.All

0 comments on commit 991b219

Please sign in to comment.