Skip to content

Commit

Permalink
scala 3.3.1, ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yurique committed Dec 5, 2023
1 parent 91cba4d commit e498768
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 @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.11, 3.3.0]
scala: [2.13.12, 3.3.1]
java: [temurin@17]
ci: [ciFirefox, ciChrome, ciJSDOMNodeJS]
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.11]
scala: [2.13.12]
java: [temurin@17]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion project/ScalaVersions.scala
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
object ScalaVersions {
val v213 = "2.13.12"
val v3 = "3.3.0"
val v3 = "3.3.1"
}

0 comments on commit e498768

Please sign in to comment.