Skip to content

Commit

Permalink
Update scala-library to 2.12.18
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Jun 8, 2023
1 parent c23d415 commit d8c13a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.3.0, 2.12.17, 2.13.11]
scala: [3.3.0, 2.12.18, 2.13.11]
java: [temurin@8, temurin@11]
project: [rootJS, rootJVM, rootNative]
workers: [1, 4]
exclude:
- scala: 3.3.0
java: temurin@11
- scala: 2.12.17
- scala: 2.12.18
java: temurin@11
- project: rootJS
java: temurin@11
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val Scala212 = "2.12.17"
val Scala212 = "2.12.18"
val Scala213 = "2.13.11"
val Scala3 = "3.3.0"

Expand Down

0 comments on commit d8c13a9

Please sign in to comment.