Skip to content

Commit 841fcc5

Browse files
authored
Merge pull request #42 from typelevel/update/scala3-library-3.3.0
Update scala3-library, ... to 3.3.0
2 parents dd347db + c17546a commit 841fcc5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1414
lazy 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(

0 commit comments

Comments
 (0)