Skip to content

Commit ad387fe

Browse files
Update scala3-library, ... to 3.3.3 in series/1.x
1 parent 720aca9 commit ad387fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest]
31-
scala: [3.3.1, 2.12.19, 2.13.12]
31+
scala: [3.3.3, 2.12.19, 2.13.12]
3232
java: [temurin@8]
3333
project: [rootJS, rootJVM, rootNative]
3434
runs-on: ${{ matrix.os }}

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ThisBuild / tlBaseVersion := "1.5"
2020
ThisBuild / startYear := Some(2020)
2121
ThisBuild / developers += tlGitHubDev("djspiewak", "Daniel Spiewak")
2222

23-
ThisBuild / crossScalaVersions := Seq("3.3.1", "2.12.19", "2.13.12")
23+
ThisBuild / crossScalaVersions := Seq("3.3.3", "2.12.19", "2.13.12")
2424

2525
ThisBuild / tlVersionIntroduced := Map("3" -> "1.1.1")
2626

0 commit comments

Comments
 (0)