We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e784aeb commit c27aaa4Copy full SHA for c27aaa4
build.sbt
@@ -10,7 +10,7 @@ ThisBuild / mergifyStewardConfig ~= {
10
_.map(_.withAuthor("typelevel-steward[bot]"))
11
}
12
13
-ThisBuild / crossScalaVersions := Seq("2.13.15", "3.3.3")
+ThisBuild / crossScalaVersions := Seq("2.13.15", "3.3.4")
14
15
lazy val root = tlCrossRootProject
16
.aggregate(toolkit, toolkitTest, tests)
@@ -101,7 +101,7 @@ lazy val docs = project
101
.enablePlugins(TypelevelSitePlugin)
102
.dependsOn(toolkit.jvm)
103
.settings(
104
- scalaVersion := "3.3.3",
+ scalaVersion := "3.3.4",
105
tlSiteHelium ~= {
106
_.site.mainNavigation(
107
appendLinks = List(
0 commit comments