Skip to content

Commit b43d282

Browse files
Update scala3-library to 3.3.3
1 parent 7104591 commit b43d282

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest]
31-
scala: [2.12.18, 3.3.1, 2.13.12]
31+
scala: [2.12.18, 3.3.3, 2.13.12]
3232
java: [temurin@17]
3333
project: [rootJVM]
3434
runs-on: ${{ matrix.os }}

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17"))
1616

1717
val Scala213 = "2.13.12"
1818

19-
ThisBuild / crossScalaVersions := Seq("2.12.18", "3.3.1", Scala213)
19+
ThisBuild / crossScalaVersions := Seq("2.12.18", "3.3.3", Scala213)
2020
ThisBuild / scalaVersion := crossScalaVersions.value.last
2121

2222
lazy val `epimetheus` = tlCrossRootProject

0 commit comments

Comments
 (0)