File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 strategy :
110110 matrix :
111111 os : [ubuntu-latest]
112- scala : [3.2.2 ]
112+ scala : [3.3.0 ]
113113 java : [temurin@17]
114114 runs-on : ${{ matrix.os }}
115115 steps :
@@ -230,7 +230,7 @@ jobs:
230230 strategy :
231231 matrix :
232232 os : [ubuntu-latest]
233- scala : [3.2.2 ]
233+ scala : [3.3.0 ]
234234 java : [temurin@17]
235235 runs-on : ${{ matrix.os }}
236236 steps :
@@ -269,7 +269,7 @@ jobs:
269269 strategy :
270270 matrix :
271271 os : [ubuntu-latest]
272- scala : [3.2.2 ]
272+ scala : [3.3.0 ]
273273 java : [temurin@17]
274274 runs-on : ${{ matrix.os }}
275275 steps :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ThisBuild / mergifyStewardConfig ~= {
99 _.map(_.copy(author = " typelevel-steward[bot]" ))
1010}
1111
12- ThisBuild / crossScalaVersions := Seq (" 2.13.10" , " 3.2.2 " )
12+ ThisBuild / crossScalaVersions := Seq (" 2.13.10" , " 3.3.0 " )
1313
1414lazy val root = tlCrossRootProject.aggregate(toolkit, toolkitTest)
1515
@@ -49,7 +49,7 @@ lazy val docs = project
4949 .enablePlugins(TypelevelSitePlugin )
5050 .dependsOn(toolkit.jvm)
5151 .settings(
52- scalaVersion := " 3.2.2 " ,
52+ scalaVersion := " 3.3.0 " ,
5353 tlSiteHelium ~= {
5454 _.site.mainNavigation(
5555 appendLinks = List (
You can’t perform that action at this time.
0 commit comments