Skip to content

Commit

Permalink
Update scala3-library, ... to 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 3, 2024
1 parent 9dee499 commit 5870e6d
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 @@ -79,7 +79,7 @@ jobs:
fail-fast: false
matrix:
java: ['8', '11', '17']
scala: ['2.12.18', '2.13.11', '3.3.0']
scala: ['2.12.18', '2.13.11', '3.3.3']
platform: ['JVM', 'JS', 'Native']
steps:
- name: Checkout current branch
Expand Down
2 changes: 1 addition & 1 deletion project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object BuildHelper {
}
val Scala212: String = versions("2.12")
val Scala213: String = versions("2.13")
val ScalaDotty: String = "3.3.0"
val ScalaDotty: String = "3.3.3"

val SilencerVersion = "1.7.13"

Expand Down

0 comments on commit 5870e6d

Please sign in to comment.