Skip to content

Commit

Permalink
Merge pull request #512 from gemini-hlsw/update/scala3-library-3.3.0
Browse files Browse the repository at this point in the history
Update scala3-library, ... to 3.3.0
  • Loading branch information
armanbilge authored Jun 26, 2023
2 parents 2575da6 + 2d78884 commit 0623a38
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.10, 3.2.2]
scala: [2.13.10, 3.3.0]
java: [temurin@11, temurin@17]
project: [rootJS, rootJVM]
exclude:
Expand Down
6 changes: 3 additions & 3 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ pull_request_rules:
- status-success=Build and Test (ubuntu-latest, 2.13.10, temurin@11, rootJS)
- status-success=Build and Test (ubuntu-latest, 2.13.10, temurin@11, rootJVM)
- status-success=Build and Test (ubuntu-latest, 2.13.10, temurin@17, rootJVM)
- status-success=Build and Test (ubuntu-latest, 3.2.2, temurin@11, rootJS)
- status-success=Build and Test (ubuntu-latest, 3.2.2, temurin@11, rootJVM)
- status-success=Build and Test (ubuntu-latest, 3.2.2, temurin@17, rootJVM)
- status-success=Build and Test (ubuntu-latest, 3.3.0, temurin@11, rootJS)
- status-success=Build and Test (ubuntu-latest, 3.3.0, temurin@11, rootJVM)
- status-success=Build and Test (ubuntu-latest, 3.3.0, temurin@17, rootJVM)
actions:
merge: {}
- name: Label core PRs
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
lazy val V = _root_.scalafix.sbt.BuildInfo

lazy val scala2Version = V.scala213
lazy val scala3Version = "3.2.2"
lazy val scala3Version = "3.3.0"
lazy val rulesCrossVersions = Seq(V.scala213)
lazy val allVersions = rulesCrossVersions :+ scala3Version

Expand Down

0 comments on commit 0623a38

Please sign in to comment.